[Python-checkins] python/nondist/peps pep-0307.txt, 1.31, 1.32 pep-0000.txt, 1.277, 1.278

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Sat Aug 7 17:59:59 CEST 2004


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

Modified Files:
	pep-0307.txt pep-0000.txt 
Log Message:
Mark PEP 307 as final; fix a typo in PEP 307

Index: pep-0307.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0307.txt,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** pep-0307.txt	4 Aug 2003 19:08:57 -0000	1.31
--- pep-0307.txt	7 Aug 2004 15:59:56 -0000	1.32
***************
*** 4,8 ****
  Last-Modified: $Date$
  Author: Guido van Rossum, Tim Peters
! Status: Draft
  Type: Standards Track
  Content-Type: text/plain
--- 4,8 ----
  Last-Modified: $Date$
  Author: Guido van Rossum, Tim Peters
! Status: Final
  Type: Standards Track
  Content-Type: text/plain
***************
*** 217,221 ****
                   be used by other classes as long as they have append()
                   and extend() methods with the appropriate signature.
!                  (Whether append() or extend() is used depend on which
                   pickle protocol version is used as well as the number
                   of items to append, so both must be supported.)
--- 217,221 ----
                   be used by other classes as long as they have append()
                   and extend() methods with the appropriate signature.
!                  (Whether append() or extend() is used depends on which
                   pickle protocol version is used as well as the number
                   of items to append, so both must be supported.)

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.277
retrieving revision 1.278
diff -C2 -d -r1.277 -r1.278
*** pep-0000.txt	6 Aug 2004 16:02:42 -0000	1.277
--- pep-0000.txt	7 Aug 2004 15:59:56 -0000	1.278
***************
*** 110,114 ****
   S   304  Controlling Generation of Bytecode Files     Montanaro
   S   305  CSV File API                                 Montanaro, et al
-  S   307  Extensions to the pickle protocol            GvR, Peters
   S   310  Reliable Acquisition/Release Pairs           Hudson, Moore
   S   312  Simple Implicit Lambda                       Suzi, Martelli
--- 110,113 ----
***************
*** 164,167 ****
--- 163,167 ----
   SF  289  Generator Expressions                        Hettinger 
   SF  293  Codec Error Handling Callbacks               Dörwald
+  SF  307  Extensions to the pickle protocol            GvR, Peters
   SF  311  Simplified GIL Acquisition for Extensions    Hammond
   SF  322  Reverse Iteration                            Hettinger
***************
*** 331,335 ****
   S   305  CSV File API                                 Montanaro, et al
   I   306  How to Change Python's Grammar               Hudson
!  S   307  Extensions to the pickle protocol            GvR, Peters
   SR  308  If-then-else expression                      GvR, Hettinger
   SA  309  Partial Function Application                 Harris
--- 331,335 ----
   S   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
   SR  308  If-then-else expression                      GvR, Hettinger
   SA  309  Partial Function Application                 Harris



More information about the Python-checkins mailing list