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 graingert
Recipients eric.smith, eryksun, graingert
Date 2022-03-15.11:35:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647344116.0.0.112310933637.issue47025@roundup.psfhosted.org>
In-reply-to
Content
zipimporter.zipimporter handles non-bytes paths here: https://github.com/python/cpython/blob/2cf7f865f099db11cc6903b334d9c376610313e8/Lib/zipimport.py#L65-L67 I think FileFinder should do the same
History
Date User Action Args
2022-03-15 11:35:16graingertsetrecipients: + graingert, eric.smith, eryksun
2022-03-15 11:35:15graingertsetmessageid: <1647344116.0.0.112310933637.issue47025@roundup.psfhosted.org>
2022-03-15 11:35:15graingertlinkissue47025 messages
2022-03-15 11:35:15graingertcreate