diff --git a/pep-0000.txt b/pep-0000.txt index 15ac9a78e..21286ebbc 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -84,6 +84,7 @@ Index by Category 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 @@ Index by Category 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 @@ Numerical Index 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 diff --git a/pep-3138.txt b/pep-3138.txt index 39a1d17f0..deee7b053 100644 --- a/pep-3138.txt +++ b/pep-3138.txt @@ -3,7 +3,7 @@ Title: String representation in Python 3000 Version: $Revision$ Last-Modified: $Date$ Author: Atsuo Ishimoto -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 05-May-2008