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 RusselWebber
Recipients RusselWebber, docs@python, ned.deily, steve.dower
Date 2022-03-03.10:53:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646304791.08.0.433238177633.issue46909@roundup.psfhosted.org>
In-reply-to
Content
The STDLIB_LANDMARKS in Modules/getpath,py refers to os.pyc in an old location:
 STDLIB_LANDMARKS = [f'{STDLIB_SUBDIR}/os.py', f'{STDLIB_SUBDIR}/os.pyc']

Since https://www.python.org/dev/peps/pep-3147 the .pyc files are in __pycache__ folders.

The STDLIB_LANDMARKS should be updated.
History
Date User Action Args
2022-03-03 10:53:11RusselWebbersetrecipients: + RusselWebber, ned.deily, docs@python, steve.dower
2022-03-03 10:53:11RusselWebbersetmessageid: <1646304791.08.0.433238177633.issue46909@roundup.psfhosted.org>
2022-03-03 10:53:11RusselWebberlinkissue46909 messages
2022-03-03 10:53:11RusselWebbercreate