From: Éric Araujo Date: Sun, 9 Oct 2011 04:32:38 +0000 (+0200) Subject: As it turns out, this bug was already in the tracker: #11171 X-Git-Tag: v3.2.3rc1~514^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8af607b4c828297b74e28ae58e01aebe4412f916;p=thirdparty%2FPython%2Fcpython.git As it turns out, this bug was already in the tracker: #11171 --- diff --git a/Misc/NEWS b/Misc/NEWS index dfbeb4d02986..1ecb1255794b 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.