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 eric.araujo
Recipients brett.cannon, chris.jerdonek, eric.araujo, eric.snow, jayyin11043, ncoghlan, python-dev, yan12125
Date 2022-01-05.03:06:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641351974.11.0.123710107806.issue32642@roundup.psfhosted.org>
In-reply-to
Content
I’m not an import expert but would have misgivings about having fancy types in sys.path too!  It seems so fundamental, and used from C and Python, with a simple interface of a direct list (plus importers and finders etc), that I would understand it pure strings were required and not Paths (and not all path-likes).
History
Date User Action Args
2022-01-05 03:06:14eric.araujosetrecipients: + eric.araujo, brett.cannon, ncoghlan, chris.jerdonek, python-dev, eric.snow, yan12125, jayyin11043
2022-01-05 03:06:14eric.araujosetmessageid: <1641351974.11.0.123710107806.issue32642@roundup.psfhosted.org>
2022-01-05 03:06:14eric.araujolinkissue32642 messages
2022-01-05 03:06:14eric.araujocreate