[Python-checkins] cpython (3.2): As it turns out, this bug was already in the tracker: #11171

eric.araujo python-checkins at python.org
Sun Oct 9 08:59:53 CEST 2011


http://hg.python.org/cpython/rev/6542e4028ed2
changeset:   72826:6542e4028ed2
branch:      3.2
parent:      72823:651e84363001
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Oct 09 06:32:38 2011 +0200
summary:
  As it turns out, this bug was already in the tracker: #11171

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,8 +43,8 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list