summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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)
commit6ebea15e0b25840f8eda7d9ff7c8a0e0128c4271 (patch)
treea3bd59ad23941ed29fbec70ff749dd9f3be341c3 /Misc
parentdd07732af5793d7cd6fcd59c470f519709ff3eec (diff)
parentfea2d04bb9697002569f8fa1d04f80ca4e912bbf (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS6
2 files changed, 7 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 7ea7bfa..ea2fe3c 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -772,6 +772,7 @@ Brian Quinlan
Anders Qvist
Jérôme Radix
Burton Radons
+Jeff Ramnani
Brodie Rao
Antti Rasinen
Sridhar Ratnakumar
diff --git a/Misc/NEWS b/Misc/NEWS
index c423f4d..f185b41 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.