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 serhiy.storchaka
Recipients serhiy.storchaka, vstinner
Date 2021-01-18.10:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610966575.13.0.563186810997.issue42955@roundup.psfhosted.org>
In-reply-to
Content
There is no technical difference between stdlib modules and other modules. Stdlib modules are only special in context of copyright and responsibility.
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.
History
Date User Action Args
2021-01-18 10:42:55serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2021-01-18 10:42:55serhiy.storchakasetmessageid: <1610966575.13.0.563186810997.issue42955@roundup.psfhosted.org>
2021-01-18 10:42:55serhiy.storchakalinkissue42955 messages
2021-01-18 10:42:54serhiy.storchakacreate