summaryrefslogtreecommitdiff
path: root/Lib/posixpath.py
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2003-07-17 15:11:49 +0000
committerJust van Rossum <just@letterror.com>2003-07-17 15:11:49 +0000
commitc741bb6d596fb24668c58e9ee36047f7c34e66f5 (patch)
treef71e5b66c847585dda51164d4dd4a84bc403cdff /Lib/posixpath.py
parent60831829c2803d6cab934b5ad990da8800c4e2ee (diff)
downloadcpython-c741bb6d596fb24668c58e9ee36047f7c34e66f5.tar.gz
back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests
Diffstat (limited to 'Lib/posixpath.py')
-rw-r--r--Lib/posixpath.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/Lib/posixpath.py b/Lib/posixpath.py
index efe83269df..58e8eedcec 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