[Python-checkins] python/nondist/peps pep-0318.txt,1.16,1.17

gvanrossum at users.sourceforge.net gvanrossum at users.sourceforge.net
Fri Aug 6 16:27:56 CEST 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6058

Modified Files:
	pep-0318.txt 
Log Message:
Fix errors in references.


Index: pep-0318.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0318.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** pep-0318.txt	6 Aug 2004 03:53:20 -0000	1.16
--- pep-0318.txt	6 Aug 2004 14:27:38 -0000	1.17
***************
*** 103,113 ****
  including `this piece`_ on the various rejected forms.
  
! .. EuroPython 2004:
      http://www.python.org/doc/essays/ppt/euro2004/euro2004.pdf
  
! .. outlined his case:
      http://mail.python.org/pipermail/python-dev/2004-August/authors.html
  
! .. this piece:
      http://mail.python.org/pipermail/python-dev/2004-August/046672.html
  
--- 103,113 ----
  including `this piece`_ on the various rejected forms.
  
! .. _EuroPython 2004:
      http://www.python.org/doc/essays/ppt/euro2004/euro2004.pdf
  
! .. _outlined his case:
      http://mail.python.org/pipermail/python-dev/2004-August/authors.html
  
! .. _this piece:
      http://mail.python.org/pipermail/python-dev/2004-August/046672.html
  
***************
*** 146,150 ****
  `in his blog`_.
  
! .. in his blog:
      http://www.amk.ca/diary/archives/cat_python.html#003255
  
--- 146,150 ----
  `in his blog`_.
  
! .. _in his blog:
      http://www.amk.ca/diary/archives/cat_python.html#003255
  
***************
*** 173,177 ****
  expressions will not work. Guido preferred this because of a `gut feeling`_
  
! .. gut feeling:
      http://mail.python.org/pipermail/python-dev/2004-August/046711.html
  
--- 173,177 ----
  expressions will not work. Guido preferred this because of a `gut feeling`_
  
! .. _gut feeling:
      http://mail.python.org/pipermail/python-dev/2004-August/046711.html
  
***************
*** 253,257 ****
  that the decorators would be 'hidden'
  
! .. he preferred:
      http://mail.python.org/pipermail/python-dev/2004-March/043756.html
  
--- 253,257 ----
  that the decorators would be 'hidden'
  
! .. _he preferred:
      http://mail.python.org/pipermail/python-dev/2004-March/043756.html
  
***************
*** 275,279 ****
  incorporate its content into this PEP (hint, hint).
  
! .. page on the Python Wiki:
      http://www.python.org/moin/PythonDecorators
  
--- 275,279 ----
  incorporate its content into this PEP (hint, hint).
  
! .. _page on the Python Wiki:
      http://www.python.org/moin/PythonDecorators
  
***************
*** 298,302 ****
  greater than symbol instead of a closer for the decorators.
  
! .. Javadoc comments:
      http://java.sun.com/j2se/javadoc/writingdoccomments/
  
--- 298,302 ----
  greater than symbol instead of a closer for the decorators.
  
! .. _Javadoc comments:
      http://java.sun.com/j2se/javadoc/writingdoccomments/
  



More information about the Python-checkins mailing list