Fix errors in references.
This commit is contained in:
parent
f22bcae049
commit
5c7379e27c
16
pep-0318.txt
16
pep-0318.txt
|
@ -102,13 +102,13 @@ about the same time as the decorator syntax, and because the @ looks a
|
|||
little like a pie. Guido `outlined his case`_ on Python-dev,
|
||||
including `this piece`_ on the various rejected forms.
|
||||
|
||||
.. EuroPython 2004:
|
||||
.. _EuroPython 2004:
|
||||
http://www.python.org/doc/essays/ppt/euro2004/euro2004.pdf
|
||||
|
||||
.. outlined his case:
|
||||
.. _outlined his case:
|
||||
http://mail.python.org/pipermail/python-dev/2004-August/authors.html
|
||||
|
||||
.. this piece:
|
||||
.. _this piece:
|
||||
http://mail.python.org/pipermail/python-dev/2004-August/046672.html
|
||||
|
||||
|
||||
|
@ -145,7 +145,7 @@ The new syntax should
|
|||
Andrew Kuchling has links to a bunch of the discussions about motivations
|
||||
`in his blog`_.
|
||||
|
||||
.. in his blog:
|
||||
.. _in his blog:
|
||||
http://www.amk.ca/diary/archives/cat_python.html#003255
|
||||
|
||||
Proposed Syntax
|
||||
|
@ -172,7 +172,7 @@ clear that something new is going on here.
|
|||
The decorator statement is limited in what it can accept - arbitrary
|
||||
expressions will not work. Guido preferred this because of a `gut feeling`_
|
||||
|
||||
.. gut feeling:
|
||||
.. _gut feeling:
|
||||
http://mail.python.org/pipermail/python-dev/2004-August/046711.html
|
||||
|
||||
|
||||
|
@ -252,7 +252,7 @@ Guido decided `he preferred`_ having the decorators on the line before
|
|||
the 'def', because it was felt that a long argument list would mean
|
||||
that the decorators would be 'hidden'
|
||||
|
||||
.. he preferred:
|
||||
.. _he preferred:
|
||||
http://mail.python.org/pipermail/python-dev/2004-March/043756.html
|
||||
|
||||
Phillip Eby and Jp Calderone both proposed variants that required
|
||||
|
@ -274,7 +274,7 @@ A `page on the Python Wiki`_ was created to summarize a number of the
|
|||
proposals. Once it stabilizes perhaps someone would care to
|
||||
incorporate its content into this PEP (hint, hint).
|
||||
|
||||
.. page on the Python Wiki:
|
||||
.. _page on the Python Wiki:
|
||||
http://www.python.org/moin/PythonDecorators
|
||||
|
||||
|
||||
|
@ -297,7 +297,7 @@ problems because '<' and '>' already parse as un-paired. They present
|
|||
a further parsing ambiguity because a right angle bracket might be a
|
||||
greater than symbol instead of a closer for the decorators.
|
||||
|
||||
.. Javadoc comments:
|
||||
.. _Javadoc comments:
|
||||
http://java.sun.com/j2se/javadoc/writingdoccomments/
|
||||
|
||||
Current Implementation
|
||||
|
|
Loading…
Reference in New Issue