[Python-checkins] r62773 - in peps/trunk: pep-0000.txt pep-0370.txt

guido.van.rossum python-checkins at python.org
Tue May 6 19:01:00 CEST 2008


Author: guido.van.rossum
Date: Tue May  6 19:01:00 2008
New Revision: 62773

Log:
Accept PEP 370 (Per user site-packages directory).


Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0370.txt

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Tue May  6 19:01:00 2008
@@ -75,6 +75,7 @@
  Accepted PEPs (accepted; may not be completely implemented yet)
 
  SA  358  The "bytes" Object                           Schemenauer, GvR
+ SA  370  Per user site-packages directory             Heimes
  SA 3101  Advanced String Formatting                   Talin
  SA 3106  Revamping dict.keys(), .values() & .items()  GvR
  SA 3108  Standard Library Reorganization              Cannon
@@ -95,7 +96,6 @@
  S   364  Transitioning to the Py3K Standard Library   Warsaw
  S   368  Standard image protocol and class            Mastrodomenico
  S   369  Post import hooks                            Heimes
- S   370  Per user site-packages directory             Heimes
  S  3134  Exception Chaining and Embedded Tracebacks   Yee
  S  3135  New Super                                    Spealman, Delaney
  S  3138  String representation in Python 3000         Ishimoto
@@ -471,7 +471,7 @@
  SR  367  New Super                                    Spealman, Delaney
  S   368  Standard image protocol and class            Mastrodomenico
  S   369  Post import hooks                            Heimes
- S   370  Per user site-packages directory             Heimes
+ SA  370  Per user site-packages directory             Heimes
  SR  666  Reject Foolish Indentation                   Creighton
  SR  754  IEEE 754 Floating Point Special Values       Warnes
  P  3000  Python 3000                                  GvR

Modified: peps/trunk/pep-0370.txt
==============================================================================
--- peps/trunk/pep-0370.txt	(original)
+++ peps/trunk/pep-0370.txt	Tue May  6 19:01:00 2008
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Christian Heimes <christian(at)cheimes(dot)de>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 11-Jan-2008


More information about the Python-checkins mailing list