Skip to content

Commit 046f723

Browse files
committed
News item for issue 6070 fix that was omitted from r74058 merge.
1 parent 2053495 commit 046f723

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 1?
1212
Core and Builtins
1313
-----------------
1414

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+
1518
- Issue #1616979: Added the cp720 (Arabic DOS) encoding.
1619

1720
- Issue #6428: Since Python 3.0, the __bool__ method must return a bool

0 commit comments

Comments
 (0)