summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-10-08 02:09:15 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-10-08 02:09:15 (GMT)
commita29e4f64c1dfeb4ca1cf9f4c9636cb4528b2fd8c (patch)
treef162133d4375ac1c80313861d6e409c186a849ee /Misc
parent73b1e7dd2098279910e89454d5ba92d5b46370da (diff)
downloadcpython-a29e4f64c1dfeb4ca1cf9f4c9636cb4528b2fd8c.zip
cpython-a29e4f64c1dfeb4ca1cf9f4c9636cb4528b2fd8c.tar.gz
cpython-a29e4f64c1dfeb4ca1cf9f4c9636cb4528b2fd8c.tar.bz2
Fix packaging byte-compilation to comply with PEP 3147 (#11254).
I want to replace custom byte-compiling function with calls to compileall before 3.3b1, but in the short term it’s good to have this fixed. Adapted from the distutils patch by Jeff Ramnani. I tested with -B, -O and -OO; test_util and test_mixin2to3 fail in -O mode because lib2to3 doesn’t support it.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f185b41..953671b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -304,7 +304,7 @@ Library
- 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
+- Issue #11254: Teach distutils and packaging to compile .pyc and .pyo files in
PEP 3147-compliant __pycache__ directories.
- Issue #7367: Fix pkgutil.walk_paths to skip directories whose