Accept PEP 3108 (library reform).
This commit is contained in:
parent
493a3a6972
commit
71c6c861a3
|
@ -77,6 +77,7 @@ Index by Category
|
|||
SA 358 The "bytes" Object Schemenauer, GvR
|
||||
SA 3101 Advanced String Formatting Talin
|
||||
SA 3106 Revamping dict.keys(), .values() & .items() GvR
|
||||
SA 3108 Standard Library Reorganization Cannon
|
||||
SA 3116 New I/O Stutzbach, Verdone, GvR
|
||||
SA 3118 Revising the buffer protocol Oliphant, Banks
|
||||
SA 3119 Introducing Abstract Base Classes GvR, Talin
|
||||
|
@ -95,7 +96,6 @@ Index by Category
|
|||
S 368 Standard image protocol and class Mastrodomenico
|
||||
S 369 Post import hooks Heimes
|
||||
S 370 Per user site-packages directory Heimes
|
||||
S 3108 Standard Library Reorganization Cannon
|
||||
S 3134 Exception Chaining and Embedded Tracebacks Yee
|
||||
S 3135 New Super Spealman, Delaney
|
||||
S 3138 String representation in Python 3000 Ishimoto
|
||||
|
@ -486,7 +486,7 @@ Numerical Index
|
|||
SF 3105 Make print a function Brandl
|
||||
SA 3106 Revamping dict.keys(), .values() & .items() GvR
|
||||
SF 3107 Function Annotations Winter, Lownds
|
||||
S 3108 Standard Library Reorganization Cannon
|
||||
SA 3108 Standard Library Reorganization Cannon
|
||||
SF 3109 Raising Exceptions in Python 3000 Winter
|
||||
SF 3110 Catching Exceptions in Python 3000 Winter
|
||||
SF 3111 Simple input built-in in Python 3000 Roberge
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Standard Library Reorganization
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Brett Cannon <brett@python.org>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 01-Jan-2007
|
||||
|
|
Loading…
Reference in New Issue