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 4ab7c09793..1615d9122a 100644 --- a/Lib/macpath.py +++ b/Lib/macpath.py @@ -202,4 +202,4 @@ def realpath(path): pass return path -supports_unicode_filenames = False +supports_unicode_filenames = True |