[Python-checkins] r61500 - peps/trunk/pep-0000.txt peps/trunk/pep-0365.txt

guido.van.rossum python-checkins at python.org
Tue Mar 18 06:33:09 CET 2008


Author: guido.van.rossum
Date: Tue Mar 18 06:33:08 2008
New Revision: 61500

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0365.txt
Log:
Reject PEP 365 (pkg_resources).


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Tue Mar 18 06:33:08 2008
@@ -92,7 +92,6 @@
  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 @@
  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 @@
  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

Modified: peps/trunk/pep-0365.txt
==============================================================================
--- peps/trunk/pep-0365.txt	(original)
+++ peps/trunk/pep-0365.txt	Tue Mar 18 06:33:08 2008
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Phillip J. Eby <pje at telecommunity.com>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 30-Apr-2007


More information about the Python-checkins mailing list