As it turns out, this bug was already in the tracker: #11171

This commit is contained in:
Éric Araujo 2011-10-09 06:32:38 +02:00
parent 04ea9533c1
commit 8af607b4c8

View file

@ -43,8 +43,8 @@ Core and Builtins
Library Library
------- -------
- Fix distutils.sysconfig.get_makefile_filename when Python was configured with - Issue #11171: Fix distutils.sysconfig.get_makefile_filename when Python was
different prefix and exec-prefix. configured with different prefix and exec-prefix.
- Issue #11254: Teach distutils to compile .pyc and .pyo files in - Issue #11254: Teach distutils to compile .pyc and .pyo files in
PEP 3147-compliant __pycache__ directories. PEP 3147-compliant __pycache__ directories.