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
1 changed files with 2 additions and 2 deletions

View File

@ -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.