Accepted PEP 3138 (changes to repr() in Py3k).
This commit is contained in:
parent
c1c32cec2e
commit
bc5e283eac
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: String representation in Python 3000
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue