From 2d4e988c35e5da0bf4bd35ca3eb6851e83970764 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Thu, 17 Jul 2003 15:11:49 +0000 Subject: back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests --- Lib/posixpath.py | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v0.12