diff options
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) |
commit | 9255464dfb3a444eb5b7ea0a4e7c440d49a712be (patch) | |
tree | 9cededacec855c581a318f707d9d73480c14feeb /Misc/NEWS | |
parent | eaf139b3fc22be22e2c23d84d65a5c344df684a2 (diff) | |
parent | a29e4f64c1dfeb4ca1cf9f4c9636cb4528b2fd8c (diff) | |
download | cpython-9255464dfb3a444eb5b7ea0a4e7c440d49a712be.zip cpython-9255464dfb3a444eb5b7ea0a4e7c440d49a712be.tar.gz cpython-9255464dfb3a444eb5b7ea0a4e7c440d49a712be.tar.bz2 |
Branch merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |