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 ethan.furman
Recipients docs@python, eli.bendersky, ethan.furman, georg.brandl, giampaolo.rodola, ncoghlan
Date 2014-01-27.19:15:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390850132.8.0.980537791023.issue20386@psf.upfronthosting.co.za>
In-reply-to
Content
Well, so far I have tried:

  :class:`IntEnum`
  :class:`.IntEnum`
  :class:`~IntEnum`
  :class:`enum.IntEnum`
  :class:`.enum.IntEnum`
  :class:`~enum.IntEnum`
  :class:`~.enum.IntEnum`

and probably some others I have forgotten; nothing is giving me a link to enum.IntEnum.

Any ideas?
History
Date User Action Args
2014-01-27 19:15:32ethan.furmansetrecipients: + ethan.furman, georg.brandl, ncoghlan, giampaolo.rodola, eli.bendersky, docs@python
2014-01-27 19:15:32ethan.furmansetmessageid: <1390850132.8.0.980537791023.issue20386@psf.upfronthosting.co.za>
2014-01-27 19:15:32ethan.furmanlinkissue20386 messages
2014-01-27 19:15:32ethan.furmancreate