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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d4e988c35e5da0bf4bd35ca3eb6851e83970764;p=thirdparty%2FPython%2Fcpython.git 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 efe83269dfb8..58e8eedcec97 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