[Python-checkins] python/nondist/peps pep-0318.txt, 1.17, 1.18 pep-0000.txt, 1.276, 1.277

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Fri Aug 6 18:02:45 CEST 2004


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

Modified Files:
	pep-0318.txt pep-0000.txt 
Log Message:
classes, no, functions yes

Index: pep-0318.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0318.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** pep-0318.txt	6 Aug 2004 14:27:38 -0000	1.17
--- pep-0318.txt	6 Aug 2004 16:02:42 -0000	1.18
***************
*** 1,4 ****
  PEP: 318
! Title: Decorators for Functions, Methods and Classes
  Version: $Revision$
  Last-Modified: $Date$
--- 1,4 ----
  PEP: 318
! Title: Decorators for Functions and Methods
  Version: $Revision$
  Last-Modified: $Date$

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.276
retrieving revision 1.277
diff -C2 -d -r1.276 -r1.277
*** pep-0000.txt	3 Aug 2004 13:13:43 -0000	1.276
--- pep-0000.txt	6 Aug 2004 16:02:42 -0000	1.277
***************
*** 116,120 ****
   S   314  Metadata for Python Software Packages v1.1   Kuchling
   S   315  Enhanced While Loop                          Carroll
!  S   318  Decorators for Functions, Methods & Classes  Smith, et al
   S   319  Python Synchronize/Asynchronize Block        Pelletier
   S   321  Date/Time Parsing and Formatting             Kuchling
--- 116,120 ----
   S   314  Metadata for Python Software Packages v1.1   Kuchling
   S   315  Enhanced While Loop                          Carroll
!  S   318  Decorators for Functions and Methods         Smith, et al
   S   319  Python Synchronize/Asynchronize Block        Pelletier
   S   321  Date/Time Parsing and Formatting             Kuchling



More information about the Python-checkins mailing list