[Python-checkins] r42555 - peps/trunk/pep-0000.txt peps/trunk/pep-0358.txt

neil.schemenauer python-checkins at python.org
Wed Feb 22 21:43:34 CET 2006


Author: neil.schemenauer
Date: Wed Feb 22 21:43:33 2006
New Revision: 42555

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0358.txt
Log:
Add PEP 358 to index.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Feb 22 21:43:33 2006
@@ -108,6 +108,7 @@
  S   354  Enumerations in Python                       Finney
  S   355  Path - Object oriented filesystem paths      Lindqvist
  S   357  Allowing Any Object to be Used for Slicing   Oliphant
+ S   358  The "bytes" Object                           Schemenauer
  S   754  IEEE 754 Floating Point Special Values       Warnes
 
  Finished PEPs (done, implemented in Subversion)
@@ -410,6 +411,7 @@
  S   355  Path - Object oriented filesystem paths      Lindqvist
  I   356  Python 2.5 Release Schedule                  Norwitz, et al
  S   357  Allowing Any Object to be Used for Slicing   Oliphant
+ S   358  The "bytes" Object                           Schemenauer
  SR  666  Reject Foolish Indentation                   Creighton
  S   754  IEEE 754 Floating Point Special Values       Warnes
  I  3000  Python 3.0 Plans                             Kuchling, Cannon

Modified: peps/trunk/pep-0358.txt
==============================================================================
--- peps/trunk/pep-0358.txt	(original)
+++ peps/trunk/pep-0358.txt	Wed Feb 22 21:43:33 2006
@@ -1,5 +1,5 @@
 PEP: 358
-Title: The "bytes" object
+Title: The "bytes" Object
 Version: $Revision$
 Last-Modified: $Date$
 Author: Neil Schemenauer <nas at arctrix.com>


More information about the Python-checkins mailing list