Message 51088 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
I have uplodaed unicodepatch4.patch, which simplifies this a bit.  __file__ and __path__ components are now stored in filesystemencoding if possible.  and non-unicode paths are assumed to be in filesystemencoding.  This minimizes the impact of the change.
File Added: Unicodeimport4.patch