summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/posixpath.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/Lib/posixpath.py b/Lib/posixpath.py
index efe8326..58e8eed 100644
--- a/Lib/posixpath.py
+++ b/Lib/posixpath.py
@@ -417,7 +417,4 @@ symbolic links encountered in the path."""
return filename
-if sys.platform == "darwin":
- supports_unicode_filenames = True
-else:
- supports_unicode_filenames = False
+supports_unicode_filenames = False