back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests

This commit is contained in:
Just van Rossum 2003-07-17 15:11:49 +00:00
parent 29dfcd108d
commit 2d4e988c35
1 changed files with 1 additions and 4 deletions

View File

@ -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