[Python-checkins] python/nondist/peps pep-0000.txt, 1.279, 1.280 pep-0305.txt, 1.17, 1.18

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Wed Aug 11 23:00:29 CEST 2004


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

Modified Files:
	pep-0000.txt pep-0305.txt 
Log Message:
marking pep 305 final


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.279
retrieving revision 1.280
diff -C2 -d -r1.279 -r1.280
*** pep-0000.txt	10 Aug 2004 14:31:41 -0000	1.279
--- pep-0000.txt	11 Aug 2004 21:00:24 -0000	1.280
***************
*** 108,112 ****
   S   303  Extend divmod() for Multiple Divisors        Bellman
   S   304  Controlling Generation of Bytecode Files     Montanaro
-  S   305  CSV File API                                 Montanaro, et al
   S   310  Reliable Acquisition/Release Pairs           Hudson, Moore
   S   312  Simple Implicit Lambda                       Suzi, Martelli
--- 108,111 ----
***************
*** 163,166 ****
--- 162,166 ----
   SF  289  Generator Expressions                        Hettinger
   SF  293  Codec Error Handling Callbacks               Dörwald
+  SF  305  CSV File API                                 Montanaro, et al
   SF  307  Extensions to the pickle protocol            GvR, Peters
   SF  311  Simplified GIL Acquisition for Extensions    Hammond
***************
*** 329,333 ****
   S   303  Extend divmod() for Multiple Divisors        Bellman
   S   304  Controlling Generation of Bytecode Files     Montanaro
!  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
--- 329,333 ----
   S   303  Extend divmod() for Multiple Divisors        Bellman
   S   304  Controlling Generation of Bytecode Files     Montanaro
!  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

Index: pep-0305.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0305.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** pep-0305.txt	22 Mar 2003 06:39:54 -0000	1.17
--- pep-0305.txt	11 Aug 2004 21:00:25 -0000	1.18
***************
*** 5,9 ****
  Author: Kevin Altis, Dave Cole, Andrew McNamara, Skip Montanaro, Cliff Wells
  Discussions-To: <csv at mail.mojam.com>
! Status: Draft
  Type: Standards Track
  Content-Type: text/x-rst
--- 5,9 ----
  Author: Kevin Altis, Dave Cole, Andrew McNamara, Skip Montanaro, Cliff Wells
  Discussions-To: <csv at mail.mojam.com>
! Status: Final
  Type: Standards Track
  Content-Type: text/x-rst



More information about the Python-checkins mailing list