[Python-checkins] python/nondist/peps pep-0318.txt,1.19,1.20

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Tue Aug 10 03:51:33 CEST 2004


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

Modified Files:
	pep-0318.txt 
Log Message:
minor corrections


Index: pep-0318.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0318.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** pep-0318.txt	6 Aug 2004 18:34:15 -0000	1.19
--- pep-0318.txt	10 Aug 2004 01:51:30 -0000	1.20
***************
*** 107,111 ****
  
  .. _outlined his case:
!     http://mail.python.org/pipermail/python-dev/2004-August/authors.html
  
  .. _this piece:
--- 107,111 ----
  
  .. _outlined his case:
!     http://mail.python.org/pipermail/python-dev/2004-August/author.html
  
  .. _this piece:
***************
*** 248,252 ****
  entire function/method body.
  
! Guido proposed and implementated a patch to support interpretation of
  a `list of decorators`_ as a prefix to function definitions ::
  
--- 248,252 ----
  entire function/method body.
  
! Guido proposed and implemented a patch to support interpretation of
  a `list of decorators`_ as a prefix to function definitions ::
  



More information about the Python-checkins mailing list