diff options
Diffstat (limited to 'Lib/macpath.py')
-rw-r--r-- | Lib/macpath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/macpath.py b/Lib/macpath.py index b22759efc3..cd4cb8581a 100644 --- a/Lib/macpath.py +++ b/Lib/macpath.py @@ -212,4 +212,4 @@ def realpath(path): pass return path -supports_unicode_filenames = False +supports_unicode_filenames = True |