Commit 2d4e988c authored by Just van Rossum's avatar Just van Rossum

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

parent 29dfcd10
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment