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 RJ722, The Compiler, brett.cannon, dstufft, eric.araujo, ned.deily, vinay.sajip
Date 2020-06-29.19:46:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593459965.4.0.757357481368.issue41154@roundup.psfhosted.org>
In-reply-to
Content
I wonder if it's a problem from Unicode representation since I don't think importlib tries to have a standard normalization form of Unicode. I could see that leading to how the file system encoded something differing from how it was encoded in the test file, leading to a claim the file doesn't exist.

And thanks to binary file paths that isn't necessarily a wrong result. :P
History
Date User Action Args
2020-06-29 19:46:05brett.cannonsetrecipients: + brett.cannon, vinay.sajip, ned.deily, eric.araujo, dstufft, The Compiler, RJ722
2020-06-29 19:46:05brett.cannonsetmessageid: <1593459965.4.0.757357481368.issue41154@roundup.psfhosted.org>
2020-06-29 19:46:05brett.cannonlinkissue41154 messages
2020-06-29 19:46:05brett.cannoncreate