commit | 47a4521ecec0cdf9976717bd565c37bee3f566ab | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Sat Oct 08 00:34:13 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Sat Oct 08 00:34:13 2011 +0200 |
tree | 689ca5f85bd7b9f26445f4df202106170fb4b64c | |
parent | db95c7a60c5ec404523bb7bbc13dd96bf87d15b8 [diff] [blame] |
Fix distutils byte-compilation to comply with PEP 3147 (#11254). Patch by Jeff Ramnani. Tested with -B, -O and -OO.
diff --git a/Misc/NEWS b/Misc/NEWS index e9555b3..a55fcb3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -43,6 +43,9 @@ Library ------- +- Issue #11254: Teach distutils to compile .pyc and .pyo files in + PEP 3147-compliant __pycache__ directories. + - Issue #7367: Fix pkgutil.walk_paths to skip directories whose contents cannot be read.