NEWS entry for r74000.

This commit is contained in:
Amaury Forgeot d'Arc 2009-07-13 20:03:21 +00:00
parent 70dda76cde
commit 9d11fefe1b
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ What's New in Python 2.7 alpha 1
Core and Builtins Core and Builtins
----------------- -----------------
- Issue 6070: On posix platforms import no longer copies the execute bit - Issue #1616979: Added the cp720 (Arabic DOS) encoding.
- Issue #6070: On posix platforms import no longer copies the execute bit
from the .py file to the .pyc file if it is set. Patch by Marco N. from the .py file to the .pyc file if it is set. Patch by Marco N.
- Issue #4618: When unicode arguments are passed to print(), the default - Issue #4618: When unicode arguments are passed to print(), the default