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 belopolsky
Recipients belopolsky, cheryl.sabella, mark.dickinson, vstinner
Date 2017-03-31.22:59:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491001153.55.0.843648068546.issue28157@psf.upfronthosting.co.za>
In-reply-to
Content
The time and math modules are probably the oldest Python modules, but math have seen more development recently, so it should serve as a good model for how things should be organized.  Yes, I believe re-listing module functions and constants in the module docstring is redundant and error-prone.
History
Date User Action Args
2017-03-31 22:59:13belopolskysetrecipients: + belopolsky, mark.dickinson, vstinner, cheryl.sabella
2017-03-31 22:59:13belopolskysetmessageid: <1491001153.55.0.843648068546.issue28157@psf.upfronthosting.co.za>
2017-03-31 22:59:13belopolskylinkissue28157 messages
2017-03-31 22:59:13belopolskycreate