Withdraw PEP 364
This commit is contained in:
parent
c2ee926dcd
commit
223cf4d351
|
@ -97,7 +97,6 @@ Index by Category
|
||||||
S 337 Logging Usage in the Standard Library Dubner
|
S 337 Logging Usage in the Standard Library Dubner
|
||||||
S 345 Metadata for Python Software Packages 1.2 Jones
|
S 345 Metadata for Python Software Packages 1.2 Jones
|
||||||
S 362 Function Signature Object Cannon, Seo
|
S 362 Function Signature Object Cannon, Seo
|
||||||
S 364 Transitioning to the Py3K Standard Library Warsaw
|
|
||||||
S 368 Standard image protocol and class Mastrodomenico
|
S 368 Standard image protocol and class Mastrodomenico
|
||||||
S 369 Post import hooks Heimes
|
S 369 Post import hooks Heimes
|
||||||
S 372 Adding an ordered dictionary to collections Ronacher
|
S 372 Adding an ordered dictionary to collections Ronacher
|
||||||
|
@ -265,6 +264,7 @@ Index by Category
|
||||||
SR 355 Path - Object oriented filesystem paths Lindqvist
|
SR 355 Path - Object oriented filesystem paths Lindqvist
|
||||||
SW 359 The "make" Statement Bethard
|
SW 359 The "make" Statement Bethard
|
||||||
SR 363 Syntax For Dynamic Attribute Access North
|
SR 363 Syntax For Dynamic Attribute Access North
|
||||||
|
SW 364 Transitioning to the Py3K Standard Library Warsaw
|
||||||
SR 365 Adding the pkg_resources module Eby
|
SR 365 Adding the pkg_resources module Eby
|
||||||
SR 367 New Super Spealman, Delaney
|
SR 367 New Super Spealman, Delaney
|
||||||
SR 666 Reject Foolish Indentation Creighton
|
SR 666 Reject Foolish Indentation Creighton
|
||||||
|
@ -471,7 +471,7 @@ Numerical Index
|
||||||
I 361 Python 2.6 and 3.0 Release Schedule Norwitz, et al
|
I 361 Python 2.6 and 3.0 Release Schedule Norwitz, et al
|
||||||
S 362 Function Signature Object Cannon, Seo
|
S 362 Function Signature Object Cannon, Seo
|
||||||
SR 363 Syntax For Dynamic Attribute Access North
|
SR 363 Syntax For Dynamic Attribute Access North
|
||||||
S 364 Transitioning to the Py3K Standard Library Warsaw
|
SW 364 Transitioning to the Py3K Standard Library Warsaw
|
||||||
SR 365 Adding the pkg_resources module Eby
|
SR 365 Adding the pkg_resources module Eby
|
||||||
SF 366 Main module explicit relative imports Coghlan
|
SF 366 Main module explicit relative imports Coghlan
|
||||||
SR 367 New Super Spealman, Delaney
|
SR 367 New Super Spealman, Delaney
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Transitioning to the Py3K Standard Library
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Barry Warsaw <barry@python.org>
|
Author: Barry Warsaw <barry@python.org>
|
||||||
Status: Draft
|
Status: Withdrawn
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 01-Mar-2007
|
Created: 01-Mar-2007
|
||||||
|
|
Loading…
Reference in New Issue