From: Just van Rossum Date: Thu, 17 Jul 2003 15:11:49 +0000 (+0000) Subject: back out the darwin supports_unicode_filenames patch; it causes deep problems with... X-Git-Tag: v2.3c1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d4e988c35e5da0bf4bd35ca3eb6851e83970764;p=python back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests --- 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