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.06:36:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648276605.61.0.541083113382.issue32642@roundup.psfhosted.org>
In-reply-to
Content
You've got a point.
But in my opinion path-like object usage should be intuitive and users should not worry about converting it into string in some of the places.

What do you feel about sub-classing list for sys.path and converting path-like objects upon setting items / reading?
History
Date User Action Args
2022-03-26 06:36:45ncohensetrecipients: + ncohen, brett.cannon, jaraco, ncoghlan, eric.araujo, chris.jerdonek, python-dev, eric.snow, serhiy.storchaka, jayyin11043
2022-03-26 06:36:45ncohensetmessageid: <1648276605.61.0.541083113382.issue32642@roundup.psfhosted.org>
2022-03-26 06:36:45ncohenlinkissue32642 messages
2022-03-26 06:36:45ncohencreate