Reject PEP 365 (pkg_resources).
This commit is contained in:
parent
031ba2760e
commit
49b754ac13
|
@ -92,7 +92,6 @@ Index by Category
|
|||
S 345 Metadata for Python Software Packages 1.2 Jones
|
||||
S 362 Function Signature Object Cannon, Seo
|
||||
S 364 Transitioning to the Py3K Standard Library Warsaw
|
||||
S 365 Adding the pkg_resources module Eby
|
||||
S 368 Standard image protocol and class Mastrodomenico
|
||||
S 369 Post import hooks Heimes
|
||||
S 370 Per user site-packages directory Heimes
|
||||
|
@ -261,6 +260,7 @@ Index by Category
|
|||
SR 355 Path - Object oriented filesystem paths Lindqvist
|
||||
SW 359 The "make" Statement Bethard
|
||||
SR 363 Syntax For Dynamic Attribute Access North
|
||||
SR 365 Adding the pkg_resources module Eby
|
||||
SR 367 New Super Spealman, Delaney
|
||||
SR 666 Reject Foolish Indentation Creighton
|
||||
SR 754 IEEE 754 Floating Point Special Values Warnes
|
||||
|
@ -465,7 +465,7 @@ Numerical Index
|
|||
S 362 Function Signature Object Cannon, Seo
|
||||
SR 363 Syntax For Dynamic Attribute Access North
|
||||
S 364 Transitioning to the Py3K Standard Library Warsaw
|
||||
S 365 Adding the pkg_resources module Eby
|
||||
SR 365 Adding the pkg_resources module Eby
|
||||
SF 366 Main module explicit relative imports Coghlan
|
||||
SR 367 New Super Spealman, Delaney
|
||||
S 368 Standard image protocol and class Mastrodomenico
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Adding the pkg_resources module
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Phillip J. Eby <pje@telecommunity.com>
|
||||
Status: Draft
|
||||
Status: Rejected
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 30-Apr-2007
|
||||
|
|
Loading…
Reference in New Issue