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 ronaldoussoren
Recipients corona10, ronaldoussoren, serhiy.storchaka, vstinner
Date 2021-01-19.10:03:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611050599.21.0.748072097.issue42955@roundup.psfhosted.org>
In-reply-to
Content
A list of stdlib modules/extensions is IMHO problematic for maintenance, esp. if you consider that not all modules/extensions are installed on all systems (both because dependencies aren't present and because packagers have decided to unbundle parts of the stdlib).

Wouldn't it be sufficient to somehow mark the stdlib entries on sys.path? Although that might give misleading answers with tools like pyinstaller/py2exe/py2app that package an application and its dependencies into a single zipfile.
History
Date User Action Args
2021-01-19 10:03:19ronaldoussorensetrecipients: + ronaldoussoren, vstinner, serhiy.storchaka, corona10
2021-01-19 10:03:19ronaldoussorensetmessageid: <1611050599.21.0.748072097.issue42955@roundup.psfhosted.org>
2021-01-19 10:03:19ronaldoussorenlinkissue42955 messages
2021-01-19 10:03:19ronaldoussorencreate