summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-05-06 22:41:46 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-05-06 22:41:46 (GMT)
commitaf748c3ab8f4274a01630bc5dd95ede7db5f115b (patch)
treee37e8b4349d0d92d5e4ad6e50cf611c454ec6028 /Misc
parent323c40d48c4c1661a18336af16c59bc279fda571 (diff)
downloadcpython-af748c3ab8f4274a01630bc5dd95ede7db5f115b.zip
cpython-af748c3ab8f4274a01630bc5dd95ede7db5f115b.tar.gz
cpython-af748c3ab8f4274a01630bc5dd95ede7db5f115b.tar.bz2
Implemented PEP 370
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9bf6039..09bf95d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,8 @@ Core and builtins
- Patch #2617: Reserved -J and -X arguments for Jython, IronPython and other
implementations of Python.
+- Implemented PEP 370: Per user site-packages directory
+
Extension Modules
-----------------