[Python-checkins] r64140 - in peps/trunk: pep-0000.txt pep-3138.txt

georg.brandl python-checkins at python.org
Wed Jun 11 20:41:50 CEST 2008


Author: georg.brandl
Date: Wed Jun 11 20:41:49 2008
New Revision: 64140

Log:
PEP 3138 is final.


Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3138.txt

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Jun 11 20:41:49 2008
@@ -85,7 +85,6 @@
  SA 3119  Introducing Abstract Base Classes            GvR, Talin
  SA 3121  Extension Module Initialization & Finalization  von Löwis
  SA 3137  Immutable Bytes and Mutable Buffer           GvR
- SA 3138  String representation in Python 3000         Ishimoto
  SA 3141  A Type Hierarchy for Numbers                 Yasskin
 
  Open PEPs (under consideration)
@@ -181,6 +180,7 @@
  SF 3129  Class Decorators                             Winter
  SF 3131  Supporting Non-ASCII Identifiers             von Löwis
  SF 3132  Extended Iterable Unpacking                  Brandl
+ SF 3138  String representation in Python 3000         Ishimoto
 
  Deferred, Abandoned, Withdrawn, and Rejected PEPs
 
@@ -520,7 +520,7 @@
  S  3135  New Super                                    Spealman, Delaney
  SR 3136  Labeled break and continue                   Chisholm
  SA 3137  Immutable Bytes and Mutable Buffer           GvR
- SA 3138  String representation in Python 3000         Ishimoto
+ SF 3138  String representation in Python 3000         Ishimoto
  SR 3139  Cleaning out sys and the "interpreter" module  Peterson
  SR 3140  str(container) should call str(item), not repr(item)  Broytmann, Jewett
  SA 3141  A Type Hierarchy for Numbers                 Yasskin

Modified: peps/trunk/pep-3138.txt
==============================================================================
--- peps/trunk/pep-3138.txt	(original)
+++ peps/trunk/pep-3138.txt	Wed Jun 11 20:41:49 2008
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Atsuo Ishimoto <ishimoto--at--gembook.org>
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 05-May-2008
@@ -268,10 +268,11 @@
   redirecting to a file".
 
 
-Reference Implementation
-========================
+Implementation
+==============
 
-http://bugs.python.org/issue2630
+The author wrote a patch in http://bugs.python.org/issue2630; this was
+committed to the Python 3.0 branch in revision 64138 on 06-11-2008.
 
 
 References


More information about the Python-checkins mailing list