summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-02-10 12:36:33 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-02-10 12:36:33 (GMT)
commit7d5e9879e6ef1daadcb13c28b79e8a70b76c8e83 (patch)
tree04e422778018f864e37eef6c028409d6231b4818 /Misc
parenta86f2c06fd08e8aebf3641c1ad2d234425b90c55 (diff)
downloadcpython-7d5e9879e6ef1daadcb13c28b79e8a70b76c8e83.zip
cpython-7d5e9879e6ef1daadcb13c28b79e8a70b76c8e83.tar.gz
cpython-7d5e9879e6ef1daadcb13c28b79e8a70b76c8e83.tar.bz2
Merged revisions 69485 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69485 | tarek.ziade | 2009-02-10 13:31:09 +0100 (Tue, 10 Feb 2009) | 1 line Fixed #3386: the optional prefix argument was ignored under OS2 and NT in distutils.sysconfig.get_python_lib ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7a4fb9e..efedd79 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -163,6 +163,9 @@ Core and Builtins
Library
-------
+- Issue #3386: distutils.sysconfig.get_python_lib prefix argument was ignored
+ under NT and OS2. Patch by Philip Jenvey.
+
- Issue #5128: Make compileall properly inspect bytecode to determine if needs
to be recreated. This avoids a timing hole thanks to the old reliance on the
ctime of the files involved.