[Python-checkins] python/nondist/peps pep-0000.txt,1.267,1.268
goodger at users.sourceforge.net
goodger at users.sourceforge.net
Sat Feb 28 14:10:19 EST 2004
Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6031
Modified Files:
pep-0000.txt
Log Message:
updated
Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.267
retrieving revision 1.268
diff -C2 -d -r1.267 -r1.268
*** pep-0000.txt 24 Feb 2004 02:48:26 -0000 1.267
--- pep-0000.txt 28 Feb 2004 19:10:16 -0000 1.268
***************
*** 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
--- 110,114 ----
S 305 CSV File API Montanaro, et al
S 307 Extensions to the pickle protocol GvR, Peters
! S 309 Partial Function Application 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 Function Currying 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 Partial Function Application 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