summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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)
commit67df285a3389c7fdb8c7bd301314ac45e17f8074 (patch)
treecba40e8d98aa7b5e9b78074cd51168310cc49044 /Misc
parent9255464dfb3a444eb5b7ea0a4e7c440d49a712be (diff)
parenta5bc34fa00602911f1ab870456d1319af1cd6391 (diff)
downloadcpython-67df285a3389c7fdb8c7bd301314ac45e17f8074.zip
cpython-67df285a3389c7fdb8c7bd301314ac45e17f8074.tar.gz
cpython-67df285a3389c7fdb8c7bd301314ac45e17f8074.tar.bz2
Merge 3.2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a3ec2a..26a98f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.