[Python-checkins] r58300 - peps/trunk/pep-0000.txt peps/trunk/pep-3100.txt

andrew.kuchling python-checkins at python.org
Wed Oct 3 13:24:10 CEST 2007


Author: andrew.kuchling
Date: Wed Oct  3 13:24:09 2007
New Revision: 58300

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3100.txt
Log:
Remove name from PEP 3100; no time to follow 3.0

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Oct  3 13:24:09 2007
@@ -70,7 +70,7 @@
  IF  356  Python 2.5 Release Schedule                  Norwitz, et al
  I   360  Externally Maintained Packages               Cannon
  I   361  Python 2.6 Release Schedule                  Norwitz, et al
- I  3100  Python 3.0 Plans                             Kuchling, Cannon
+ I  3100  Python 3.0 Plans                             Cannon
 
  Accepted PEPs (accepted; may not be implemented yet)
 
@@ -473,7 +473,7 @@
  P  3001  Reviewing and improving stdlib modules       Brandl
  P  3002  Procedure for Backwards-Incompatible Changes Bethard
  I  3099  Things that will Not Change in Python 3000   Brandl
- I  3100  Python 3.0 Plans                             Kuchling, Cannon
+ I  3100  Python 3.0 Plans                             Cannon
  SA 3101  Advanced String Formatting                   Talin
  SF 3102  Keyword-Only Arguments                       Talin
  SR 3103  A Switch/Case Statement                      GvR

Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Wed Oct  3 13:24:09 2007
@@ -2,8 +2,7 @@
 Title: Miscellaneous Python 3.0 Plans
 Version: $Revision$
 Last-Modified: $Date$
-Author: A.M. Kuchling <amk at amk.ca>,
-        Brett Cannon <brett at python.org>
+Author: Brett Cannon <brett at python.org>
 Status: Draft
 Type: Informational
 Content-Type: text/x-rst


More information about the Python-checkins mailing list