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 ncohen
Recipients brett.cannon, chris.jerdonek, eric.araujo, eric.snow, jaraco, jayyin11043, ncoghlan, ncohen, python-dev, serhiy.storchaka
Date 2022-03-26.12:08:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648296521.92.0.495102293134.issue32642@roundup.psfhosted.org>
In-reply-to
Content
that's why pre-insert conversion was suggested.
path-like objects could still be added to sys.path, while converting to str upon insert, preserving sys.path's bytes and strings only policy.
History
Date User Action Args
2022-03-26 12:08:41ncohensetrecipients: + ncohen, brett.cannon, jaraco, ncoghlan, eric.araujo, chris.jerdonek, python-dev, eric.snow, serhiy.storchaka, jayyin11043
2022-03-26 12:08:41ncohensetmessageid: <1648296521.92.0.495102293134.issue32642@roundup.psfhosted.org>
2022-03-26 12:08:41ncohenlinkissue32642 messages
2022-03-26 12:08:41ncohencreate