]> granicus.if.org Git - python/commitdiff
News item for issue 6070 fix that was omitted from r74058 merge.
authorR. David Murray <rdmurray@bitdance.com>
Sun, 19 Jul 2009 02:22:05 +0000 (02:22 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sun, 19 Jul 2009 02:22:05 +0000 (02:22 +0000)
Misc/NEWS

index e4a12e81b779bd115c65ee4254eb44bfec67faa3..72df5bedecfe14c3b97a5c988c911900df506e2d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 1?
 Core and Builtins
 -----------------
 
+- Issue #6070: On posix platforms import no longer copies the execute bit
+  from the .py file to the .pyc file if it is set.
+
 - Issue #1616979: Added the cp720 (Arabic DOS) encoding.
 
 - Issue #6428: Since Python 3.0, the __bool__ method must return a bool