summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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)
commit8af607b4c828297b74e28ae58e01aebe4412f916 (patch)
tree3be9de449ea9636b013d5cc383acd99f23690fab
parent04ea9533c11edd30b2c482cacb3acf5678f33dc3 (diff)
downloadcpython-8af607b4c828297b74e28ae58e01aebe4412f916.zip
cpython-8af607b4c828297b74e28ae58e01aebe4412f916.tar.gz
cpython-8af607b4c828297b74e28ae58e01aebe4412f916.tar.bz2
As it turns out, this bug was already in the tracker: #11171
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dfbeb4d..1ecb125 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.