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.

Author brett.cannon
Recipients Norbert, brett.cannon, ned.deily, ronaldoussoren, vstinner
Date 2020-03-09.21:50:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583790641.06.0.250344676071.issue39832@roundup.psfhosted.org>
In-reply-to
Content
The import system makes no attempt at normalizing Unicode strings for path comparisons. One would have to probably update FileFinder (https://github.com/python/cpython/blob/master/Lib/importlib/_bootstrap_external.py#L1392) somehow (assuming the appropriate codec support is available to importlib during start-up).
History
Date User Action Args
2020-03-09 21:50:41brett.cannonsetrecipients: + brett.cannon, ronaldoussoren, vstinner, ned.deily, Norbert
2020-03-09 21:50:41brett.cannonsetmessageid: <1583790641.06.0.250344676071.issue39832@roundup.psfhosted.org>
2020-03-09 21:50:41brett.cannonlinkissue39832 messages
2020-03-09 21:50:40brett.cannoncreate