summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-10-09 06:55:04 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-10-09 06:55:04 (GMT)
commit9255464dfb3a444eb5b7ea0a4e7c440d49a712be (patch)
tree9cededacec855c581a318f707d9d73480c14feeb /Misc/NEWS
parenteaf139b3fc22be22e2c23d84d65a5c344df684a2 (diff)
parenta29e4f64c1dfeb4ca1cf9f4c9636cb4528b2fd8c (diff)
downloadcpython-9255464dfb3a444eb5b7ea0a4e7c440d49a712be.zip
cpython-9255464dfb3a444eb5b7ea0a4e7c440d49a712be.tar.gz
cpython-9255464dfb3a444eb5b7ea0a4e7c440d49a712be.tar.bz2
Branch merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 15a281d..1a3ec2a 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 and packaging 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.