commit | af748c3ab8f4274a01630bc5dd95ede7db5f115b | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Tue May 06 22:41:46 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Tue May 06 22:41:46 2008 +0000 |
tree | e37e8b4349d0d92d5e4ad6e50cf611c454ec6028 | |
parent | 323c40d48c4c1661a18336af16c59bc279fda571 [diff] [blame] |
Implemented PEP 370
diff --git a/Misc/NEWS b/Misc/NEWS index 9bf6039..09bf95d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -20,6 +20,8 @@ - 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 -----------------