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

guido.van.rossum python-checkins at python.org
Tue Jun 3 22:59:19 CEST 2008


Author: guido.van.rossum
Date: Tue Jun  3 22:59:18 2008
New Revision: 63927

Log:
Accepted PEP 3138 (changes to repr() in Py3k).


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	Tue Jun  3 22:59:18 2008
@@ -84,6 +84,7 @@
  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)
@@ -99,7 +100,6 @@
  S   371  Addition of the multiprocessing package      Noller, Oudkerk
  S  3134  Exception Chaining and Embedded Tracebacks   Yee
  S  3135  New Super                                    Spealman, Delaney
- S  3138  String representation in Python 3000         Ishimoto
 
  Finished PEPs (done, implemented in Subversion)
 
@@ -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
- S  3138  String representation in Python 3000         Ishimoto
+ SA 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	Tue Jun  3 22:59:18 2008
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Atsuo Ishimoto <ishimoto--at--gembook.org>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 05-May-2008


More information about the Python-checkins mailing list