diff options
author | Éric Araujo <merwok@netwok.org> | 2011-10-07 23:56:52 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-10-07 23:56:52 (GMT) |
commit | fea2d04bb9697002569f8fa1d04f80ca4e912bbf (patch) | |
tree | 5367e05e1cde457f106dab507cb27481b50f0e1b /Misc | |
parent | de504550afc211dbc7c203fac0646f5e1329a158 (diff) | |
download | cpython-fea2d04bb9697002569f8fa1d04f80ca4e912bbf.zip cpython-fea2d04bb9697002569f8fa1d04f80ca4e912bbf.tar.gz cpython-fea2d04bb9697002569f8fa1d04f80ca4e912bbf.tar.bz2 |
Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ 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. |