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 georg.brandl
Recipients docs@python, eli.bendersky, ethan.furman, georg.brandl, giampaolo.rodola, ncoghlan
Date 2014-01-25.20:10:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390680654.04.0.963888580695.issue20386@psf.upfronthosting.co.za>
In-reply-to
Content
> Why should new enums be documented and how are they useful?

Because they are a new public class(-like object) in the module. When renaming them to a non-public name, as you suggest, that could be left out.
History
Date User Action Args
2014-01-25 20:10:54georg.brandlsetrecipients: + georg.brandl, ncoghlan, giampaolo.rodola, eli.bendersky, docs@python, ethan.furman
2014-01-25 20:10:54georg.brandlsetmessageid: <1390680654.04.0.963888580695.issue20386@psf.upfronthosting.co.za>
2014-01-25 20:10:54georg.brandllinkissue20386 messages
2014-01-25 20:10:54georg.brandlcreate