python/nondist/peps pep-0000.txt, 1.334, 1.335 pep-0310.txt, 1.5, 1.6 pep-0319.txt, 1.1, 1.2 pep-0325.txt, 1.2, 1.3

Update of /cvsroot/python/python/nondist/peps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18231 Modified Files: pep-0000.txt pep-0310.txt pep-0319.txt pep-0325.txt Log Message: Reject 310 and 319 in favor of 343. Index: pep-0000.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v retrieving revision 1.334 retrieving revision 1.335 diff -u -d -r1.334 -r1.335 --- pep-0000.txt 28 Jun 2005 08:20:44 -0000 1.334 +++ pep-0000.txt 28 Jun 2005 08:31:08 -0000 1.335 @@ -90,10 +90,8 @@ S 299 Special __main__() function in modules Epler S 302 New Import Hooks JvR S 304 Controlling Generation of Bytecode Files Montanaro - S 310 Reliable Acquisition/Release Pairs Hudson, Moore S 314 Metadata for Python Software Packages v1.1 Kuchling S 315 Enhanced While Loop Carroll, Hettinger - S 319 Python Synchronize/Asynchronize Block Pelletier S 321 Date/Time Parsing and Formatting Kuchling S 323 Copyable Iterators Martelli S 331 Locale-Independent Float/String conversions Reis @@ -203,10 +201,12 @@ SR 296 Adding a bytes Object Type Gilbert SR 303 Extend divmod() for Multiple Divisors Bellman SR 308 If-then-else expression GvR, Hettinger + SR 310 Reliable Acquisition/Release Pairs Hudson, Moore SD 312 Simple Implicit Lambda Suzi, Martelli SR 313 Adding Roman Numeral Literals to Python Meyer SD 316 Programming by Contract for Python Way SR 317 Eliminate Implicit Exception Instantiation Taschuk + SR 319 Python Synchronize/Asynchronize Block Pelletier SR 325 Resource-Release Support for Generators Pedroni SR 326 A Case for Top and Bottom Values Carlson, Reedy SR 329 Treating Builtins as Constants in the Standard Library Hettinger @@ -360,7 +360,7 @@ SD 316 Programming by Contract for Python Way SR 317 Eliminate Implicit Exception Instantiation Taschuk SF 318 Decorators for Functions and Methods Smith, et al - S 319 Python Synchronize/Asynchronize Block Pelletier + SR 319 Python Synchronize/Asynchronize Block Pelletier IF 320 Python 2.4 Release Schedule Warsaw, et al S 321 Date/Time Parsing and Formatting Kuchling SF 322 Reverse Iteration Hettinger Index: pep-0310.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0310.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- pep-0310.txt 22 Apr 2005 08:52:49 -0000 1.5 +++ pep-0310.txt 28 Jun 2005 08:31:09 -0000 1.6 @@ -4,7 +4,7 @@ Last-Modified: $Date$ Author: Michael Hudson <mwh@python.net>, Paul Moore <gustav@morpheus.demon.co.uk> -Status: Draft +Status: Rejected Type: Standards Track Content-Type: text/plain Created: 18-Dec-2002 @@ -25,6 +25,9 @@ This PEP proposes a piece of syntax (a 'with' block) and a "small-i" interface that generalizes the above. +Pronouncement + + This PEP is rejected in favor of PEP 343. Rationale Index: pep-0319.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0319.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- pep-0319.txt 14 Jun 2003 22:40:36 -0000 1.1 +++ pep-0319.txt 28 Jun 2005 08:31:09 -0000 1.2 @@ -3,7 +3,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: Michel Pelletier <michel@users.sourceforge.net> -Status: Draft +Status: Rejected Type: Standards Track Created: 24-Feb-2003 Python-Version: 2.4? @@ -15,6 +15,9 @@ This PEP proposes adding two new keywords to Python, `synchronize' and 'asynchronize'. +Pronouncement + + This PEP is rejected in favor of PEP 343. The `synchronize' Keyword Index: pep-0325.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0325.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- pep-0325.txt 28 Jun 2005 08:20:44 -0000 1.2 +++ pep-0325.txt 28 Jun 2005 08:31:09 -0000 1.3 @@ -3,7 +3,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: Samuele Pedroni <pedronis@python.org> -Status: Draft +Status: Rejected Type: Standards Track Content-Type: text/plain Created: 25-Aug-2003
participants (1)
-
rhettingerīŧ users.sourceforge.net