]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
As it turns out, this bug was already in the tracker: #11171
authorÉric Araujo <merwok@netwok.org>
Sun, 9 Oct 2011 04:32:38 +0000 (06:32 +0200)
committerÉric Araujo <merwok@netwok.org>
Sun, 9 Oct 2011 04:32:38 +0000 (06:32 +0200)
Misc/NEWS

index dfbeb4d0298682efd6452a57e428d4020ebfcd9a..1ecb1255794be61910c205d07b880e52ccb99065 100644 (file)
--- 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.