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-27.20:28:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390854494.21.0.835741614854.issue20386@psf.upfronthosting.co.za>
In-reply-to
Content
IntEnum is not a class in the enum module either, as far as the docs are concerned ;)

Otherwise :class:`enum.IntEnum` or :class:`.IntEnum` would work, no matter the source and target documents.
History
Date User Action Args
2014-01-27 20:28:14georg.brandlsetrecipients: + georg.brandl, ncoghlan, giampaolo.rodola, eli.bendersky, docs@python, ethan.furman
2014-01-27 20:28:14georg.brandlsetmessageid: <1390854494.21.0.835741614854.issue20386@psf.upfronthosting.co.za>
2014-01-27 20:28:14georg.brandllinkissue20386 messages
2014-01-27 20:28:14georg.brandlcreate