python/nondist/peps pep-0000.txt, 1.346, 1.347 pep-0308.txt, 1.22, 1.23
Update of /cvsroot/python/python/nondist/peps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv510 Modified Files: pep-0000.txt pep-0308.txt Log Message: Rename PEP 308 to "Conditional Expressions". Index: pep-0000.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v retrieving revision 1.346 retrieving revision 1.347 diff -u -d -r1.346 -r1.347 --- pep-0000.txt 30 Sep 2005 01:51:58 -0000 1.346 +++ pep-0000.txt 30 Sep 2005 14:42:36 -0000 1.347 @@ -63,7 +63,7 @@ Accepted PEPs (accepted; may not be implemented yet) - SA 308 If-then-else expression GvR, Hettinger + SA 308 Conditional Expressions GvR, Hettinger SA 328 Imports: Multi-Line and Absolute/Relative Aahz SA 342 Coroutines via Enhanced Generators GvR, Eby SA 343 Anonymous Block Redux and Generator Enhancements GvR @@ -353,7 +353,7 @@ SF 305 CSV File API Montanaro, et al I 306 How to Change Python's Grammar Hudson SF 307 Extensions to the pickle protocol GvR, Peters - SA 308 If-then-else expression GvR, Hettinger + SA 308 Conditional Expressions GvR, Hettinger SF 309 Partial Function Application Harris S 310 Reliable Acquisition/Release Pairs Hudson, Moore SF 311 Simplified GIL Acquisition for Extensions Hammond Index: pep-0308.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0308.txt,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- pep-0308.txt 30 Sep 2005 13:41:34 -0000 1.22 +++ pep-0308.txt 30 Sep 2005 14:42:36 -0000 1.23 @@ -1,5 +1,5 @@ PEP: 308 -Title: If-then-else expression +Title: Conditional Expressions Version: $Revision$ Last-Modified: $Date$ Author: Guido van Rossum, Raymond D. Hettinger
participants (1)
-
gvanrossumļ¼ users.sourceforge.net