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

This commit is contained in:
Guido van Rossum 2008-05-06 17:01:00 +00:00
parent e0e1984014
commit 9bd9dae533
2 changed files with 3 additions and 3 deletions

View File

@ -75,6 +75,7 @@ Index by Category
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 @@ Index by Category
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 @@ Numerical Index
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

View File

@ -3,7 +3,7 @@ Title: Per user site-packages directory
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