diff options
author | Éric Araujo <merwok@netwok.org> | 2011-10-09 04:32:38 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-10-09 04:32:38 (GMT) |
commit | 8af607b4c828297b74e28ae58e01aebe4412f916 (patch) | |
tree | 3be9de449ea9636b013d5cc383acd99f23690fab /Misc/NEWS | |
parent | 04ea9533c11edd30b2c482cacb3acf5678f33dc3 (diff) | |
download | cpython-8af607b4c828297b74e28ae58e01aebe4412f916.zip cpython-8af607b4c828297b74e28ae58e01aebe4412f916.tar.gz cpython-8af607b4c828297b74e28ae58e01aebe4412f916.tar.bz2 |
As it turns out, this bug was already in the tracker: #11171
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,8 +43,8 @@ Core and Builtins Library ------- -- Fix distutils.sysconfig.get_makefile_filename when Python was configured with - different prefix and exec-prefix. +- Issue #11171: 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. |