We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2053495 commit 046f723Copy full SHA for 046f723
Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 1?
12
Core and Builtins
13
-----------------
14
15
+- Issue #6070: On posix platforms import no longer copies the execute bit
16
+ from the .py file to the .pyc file if it is set.
17
+
18
- Issue #1616979: Added the cp720 (Arabic DOS) encoding.
19
20
- Issue #6428: Since Python 3.0, the __bool__ method must return a bool
0 commit comments