summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-09-13 19:41:36 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-09-13 19:41:36 (GMT)
commitccb706cf0ab1e8feb9f0b8e29b4e14767f364dcf (patch)
treec55d86c4ca2e6dd1c158798185c466c5ae51006f /Misc/NEWS
parentd8642c32744f0d60815fd32a94ab410166eaa7c1 (diff)
downloadcpython-ccb706cf0ab1e8feb9f0b8e29b4e14767f364dcf.zip
cpython-ccb706cf0ab1e8feb9f0b8e29b4e14767f364dcf.tar.gz
cpython-ccb706cf0ab1e8feb9f0b8e29b4e14767f364dcf.tar.bz2
Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X
(macpath module).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ae2ca33..0357e02 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
Library
-------
+- Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X
+ (macpath module).
+
- Issue #9837: The read() method of ZipExtFile objects (as returned by
ZipFile.open()) could return more bytes than requested.