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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2021-01-18.12:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610973372.89.0.0188418192779.issue42955@roundup.psfhosted.org>
In-reply-to
Content
I wrote PR 24238 which implements an hardcoded list of stdlib module names. The PR uses the CI to ensure that the list always remain up to date. If tomorrow a new module is added, a CI job fails ("file not up to date").

> What if set __author__ = 'PSF' in every stdib module? Or other attributes which would allow to group modules by origin. Perhaps other authors would use that feature too.

Hum, that would go against my bpo-42923 use case.

Also for bpo-42923, I would prefer a tuple of strings ;-)
History
Date User Action Args
2021-01-18 12:36:12vstinnersetrecipients: + vstinner, serhiy.storchaka
2021-01-18 12:36:12vstinnersetmessageid: <1610973372.89.0.0188418192779.issue42955@roundup.psfhosted.org>
2021-01-18 12:36:12vstinnerlinkissue42955 messages
2021-01-18 12:36:12vstinnercreate