diff options
author | Éric Araujo <merwok@netwok.org> | 2011-10-08 00:57:45 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-10-08 00:57:45 (GMT) |
commit | 6ebea15e0b25840f8eda7d9ff7c8a0e0128c4271 (patch) | |
tree | a3bd59ad23941ed29fbec70ff749dd9f3be341c3 /Misc | |
parent | dd07732af5793d7cd6fcd59c470f519709ff3eec (diff) | |
parent | fea2d04bb9697002569f8fa1d04f80ca4e912bbf (diff) | |
download | cpython-6ebea15e0b25840f8eda7d9ff7c8a0e0128c4271.zip cpython-6ebea15e0b25840f8eda7d9ff7c8a0e0128c4271.tar.gz cpython-6ebea15e0b25840f8eda7d9ff7c8a0e0128c4271.tar.bz2 |
Merge fixes for #10526, #10359, #11254, #9100 and the bug without number
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -772,6 +772,7 @@ Brian Quinlan Anders Qvist Jérôme Radix Burton Radons +Jeff Ramnani Brodie Rao Antti Rasinen Sridhar Ratnakumar @@ -301,6 +301,12 @@ Core and Builtins Library ------- +- Fix distutils.sysconfig.get_makefile_filename when Python was configured with + different prefix and exec-prefix. + +- Issue #11254: Teach distutils to compile .pyc and .pyo files in + PEP 3147-compliant __pycache__ directories. + - Issue #7367: Fix pkgutil.walk_paths to skip directories whose contents cannot be read. |