[Python-checkins] python/nondist/peps pep-0000.txt,1.265,1.266

goodger at users.sourceforge.net goodger at users.sourceforge.net
Sat Feb 21 11:39:50 EST 2004


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

Modified Files:
	pep-0000.txt 
Log Message:
update

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.265
retrieving revision 1.266
diff -C2 -d -r1.265 -r1.266
*** pep-0000.txt	31 Jan 2004 05:14:15 -0000	1.265
--- pep-0000.txt	21 Feb 2004 16:39:46 -0000	1.266
***************
*** 110,114 ****
   S   305  CSV File API                                 Montanaro, et al
   S   307  Extensions to the pickle protocol            GvR, Peters
!  S   309  Built-in Curry Type                          Harris
   S   310  Reliable Acquisition/Release Pairs           Hudson, Moore
   S   312  Simple Implicit Lambda                       Suzi, Martelli
--- 110,114 ----
   S   305  CSV File API                                 Montanaro, et al
   S   307  Extensions to the pickle protocol            GvR, Peters
!  S   309  Function Currying                            Harris
   S   310  Reliable Acquisition/Release Pairs           Hudson, Moore
   S   312  Simple Implicit Lambda                       Suzi, Martelli
***************
*** 330,334 ****
   S   307  Extensions to the pickle protocol            GvR, Peters
   SR  308  If-then-else expression                      GvR, Hettinger
!  S   309  Built-in Curry Type                          Harris
   S   310  Reliable Acquisition/Release Pairs           Hudson, Moore
   SF  311  Simplified GIL Acquisition for Extensions    Hammond
--- 330,334 ----
   S   307  Extensions to the pickle protocol            GvR, Peters
   SR  308  If-then-else expression                      GvR, Hettinger
!  S   309  Function Currying                            Harris
   S   310  Reliable Acquisition/Release Pairs           Hudson, Moore
   SF  311  Simplified GIL Acquisition for Extensions    Hammond




More information about the Python-checkins mailing list