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 steve.dower
Recipients eric.snow, steve.dower
Date 2021-09-23.16:24:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632414295.46.0.740648553614.issue45272@roundup.psfhosted.org>
In-reply-to
Content
I noticed that Python/frozen.c includes posixpath as 'os.path'.

This is not correct, and shouldn't be necessary anyway, because os.path is just an attribute in "os" and not a concrete module (see Lib/os.py#L95 for the bit that makes it importable, and Lib/os.py#L61 and Lib/os.py#L81 for the imports).
History
Date User Action Args
2021-09-23 16:24:55steve.dowersetrecipients: + steve.dower, eric.snow
2021-09-23 16:24:55steve.dowersetmessageid: <1632414295.46.0.740648553614.issue45272@roundup.psfhosted.org>
2021-09-23 16:24:55steve.dowerlinkissue45272 messages
2021-09-23 16:24:55steve.dowercreate