[Python-checkins] python/nondist/peps pep-0000.txt,1.268,1.269

goodger at users.sourceforge.net goodger at users.sourceforge.net
Sat Apr 3 21:39:25 EST 2004


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

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.268
retrieving revision 1.269
diff -C2 -d -r1.268 -r1.269
*** pep-0000.txt	28 Feb 2004 19:10:16 -0000	1.268
--- pep-0000.txt	4 Apr 2004 02:39:23 -0000	1.269
***************
*** 64,67 ****
--- 64,69 ----
   S   253  Subtyping Built-in Types                     GvR
   SA  289  Generator Expressions                        Hettinger 
+  SA  309  Partial Function Application                 Harris
+  SA  328  Imports: Multi-Line and Absolute/Relative    Aahz
  
   Open PEPs (under consideration)
***************
*** 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
--- 112,115 ----
***************
*** 116,120 ****
   S   314  Metadata for Python Software Packages v1.1   Kuchling
   S   315  Enhanced While Loop                          Carroll
!  S   318  Function/Method Decorator Syntax             Smith
   S   319  Python Synchronize/Asynchronize Block        Pelletier
   S   321  Date/Time Parsing and Formatting             Kuchling
--- 117,121 ----
   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
***************
*** 123,127 ****
   S   325  Resource-Release Support for Generators      Pedroni
   S   327  Decimal Data Type                            Batista
-  S   328  Imports: Multi-Line and Absolute/Relative    Aahz
   S   754  IEEE 754 Floating Point Special Values       Warnes
  
--- 124,127 ----
***************
*** 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
--- 330,334 ----
   S   307  Extensions to the pickle protocol            GvR, Peters
   SR  308  If-then-else expression                      GvR, Hettinger
!  SA  309  Partial Function Application                 Harris
   S   310  Reliable Acquisition/Release Pairs           Hudson, Moore
   SF  311  Simplified GIL Acquisition for Extensions    Hammond
***************
*** 339,343 ****
   SD  316  Programming by Contract for Python           Way
   SR  317  Eliminate Implicit Exception Instantiation   Taschuk
!  S   318  Function/Method Decorator Syntax             Smith
   S   319  Python Synchronize/Asynchronize Block        Pelletier
   I   320  Python 2.4 Release Schedule                  Warsaw
--- 339,343 ----
   SD  316  Programming by Contract for Python           Way
   SR  317  Eliminate Implicit Exception Instantiation   Taschuk
!  S   318  Decorators for Functions, Methods & Classes  Smith, et al
   S   319  Python Synchronize/Asynchronize Block        Pelletier
   I   320  Python 2.4 Release Schedule                  Warsaw
***************
*** 349,353 ****
   SR  326  A Case for Top and Bottom Values             Carlson, Reedy
   S   327  Decimal Data Type                            Batista
!  S   328  Imports: Multi-Line and Absolute/Relative    Aahz
   SR  666  Reject Foolish Indentation                   Creighton
   S   754  IEEE 754 Floating Point Special Values       Warnes
--- 349,353 ----
   SR  326  A Case for Top and Bottom Values             Carlson, Reedy
   S   327  Decimal Data Type                            Batista
!  SA  328  Imports: Multi-Line and Absolute/Relative    Aahz
   SR  666  Reject Foolish Indentation                   Creighton
   S   754  IEEE 754 Floating Point Special Values       Warnes
***************
*** 404,407 ****
--- 404,408 ----
      Hylton, Jeremy           jeremy at zope.com
      Jansen, Jack             jack at cwi.nl
+     Jewett, Jim              jimjjewett at users.sourceforge.net
      Jones, Richard           rjones at ekit-inc.com
      Koltsov, Stepan          yozh at mx1.ru




More information about the Python-checkins mailing list