PEP 3138 is final.
This commit is contained in:
parent
054ae8d319
commit
f5bd80a3ab
|
@ -85,7 +85,6 @@ 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)
|
||||
|
@ -181,6 +180,7 @@ Index by Category
|
|||
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 @@ Numerical Index
|
|||
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
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: String representation in Python 3000
|
|||
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 @@ Rejected Proposals
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue