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 martin.panter
Recipients Tim.Tisdall, docs@python, martin.panter
Date 2015-09-10.23:27:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441927630.05.0.437480663971.issue25043@psf.upfronthosting.co.za>
In-reply-to
Content
Well if the constant is not very useful then maybe we shouldn’t add it :)

For testing, nothing complicated. Maybe check the module attributes exist, and are strings. In the past, people have converted module-level constants to enums, and introduced a typo in a name along the way. Even the simplest test case would pick up this sort of typo.
History
Date User Action Args
2015-09-10 23:27:10martin.pantersetrecipients: + martin.panter, docs@python, Tim.Tisdall
2015-09-10 23:27:10martin.pantersetmessageid: <1441927630.05.0.437480663971.issue25043@psf.upfronthosting.co.za>
2015-09-10 23:27:10martin.panterlinkissue25043 messages
2015-09-10 23:27:10martin.pantercreate