mirror of
https://github.com/python/cpython.git
synced 2025-10-14 18:59:46 +00:00
Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X
(macpath module).
This commit is contained in:
parent
d8642c3274
commit
ccb706cf0a
2 changed files with 4 additions and 1 deletions
|
@ -202,4 +202,4 @@ def realpath(path):
|
|||
pass
|
||||
return path
|
||||
|
||||
supports_unicode_filenames = False
|
||||
supports_unicode_filenames = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue