diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-10 12:31:09 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-10 12:31:09 (GMT) |
commit | 74fbf60e8c3d516fd193c40235c0a2eaaeae8918 (patch) | |
tree | 00b3d716b0f8092182adee097e93bcd6771366bf /Misc/NEWS | |
parent | 28d108893c5a6663c1747b1c79d0432ba7794e63 (diff) | |
download | cpython-74fbf60e8c3d516fd193c40235c0a2eaaeae8918.zip cpython-74fbf60e8c3d516fd193c40235c0a2eaaeae8918.tar.gz cpython-74fbf60e8c3d516fd193c40235c0a2eaaeae8918.tar.bz2 |
Fixed #3386: the optional prefix argument was ignored under OS2 and NT in distutils.sysconfig.get_python_lib
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -152,6 +152,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. |