diff options
author | Éric Araujo <merwok@netwok.org> | 2011-10-09 06:58:16 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-10-09 06:58:16 (GMT) |
commit | 67df285a3389c7fdb8c7bd301314ac45e17f8074 (patch) | |
tree | cba40e8d98aa7b5e9b78074cd51168310cc49044 /Misc | |
parent | 9255464dfb3a444eb5b7ea0a4e7c440d49a712be (diff) | |
parent | a5bc34fa00602911f1ab870456d1319af1cd6391 (diff) | |
download | cpython-67df285a3389c7fdb8c7bd301314ac45e17f8074.zip cpython-67df285a3389c7fdb8c7bd301314ac45e17f8074.tar.gz cpython-67df285a3389c7fdb8c7bd301314ac45e17f8074.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -301,8 +301,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 and packaging to compile .pyc and .pyo files in PEP 3147-compliant __pycache__ directories. |