Commit ccb706cf authored by Victor Stinner's avatar Victor Stinner

Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X

(macpath module).
parent d8642c32
......@@ -202,4 +202,4 @@ def realpath(path):
pass
return path
supports_unicode_filenames = False
supports_unicode_filenames = True
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment