summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-07-13 20:03:21 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-07-13 20:03:21 (GMT)
commit9d11fefe1b3dfffc48872df690305e9a7128c897 (patch)
tree64b8a30b8634418b8561cd3c0b68589e255b8fca /Misc
parent70dda76cdec8e6a4c3e1fe112f8df6d28f37434e (diff)
downloadcpython-9d11fefe1b3dfffc48872df690305e9a7128c897.zip
cpython-9d11fefe1b3dfffc48872df690305e9a7128c897.tar.gz
cpython-9d11fefe1b3dfffc48872df690305e9a7128c897.tar.bz2
NEWS entry for r74000.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 18ce74e..63115f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,9 @@ What's New in Python 2.7 alpha 1
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.
- Issue #4618: When unicode arguments are passed to print(), the default