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 Drekin, barry, docs@python, eli.bendersky, ethan.furman
Date 2013-09-23.01:40:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379900435.27.0.0400873355063.issue19040@psf.upfronthosting.co.za>
In-reply-to
Content
How about this note after the AutoNumber example?

.. note::

    The :meth:`__new__` method, if defined, is used during creation of the Enum
    members; it is then replaced by Enum's :meth:`__new__` which is used after
    class creation for lookup of existing members.  Due to the way Enums are
    supposed to behave, there is no way to customize Enum's :meth:`__new__`.
History
Date User Action Args
2013-09-23 01:40:35ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, docs@python, Drekin
2013-09-23 01:40:35ethan.furmansetmessageid: <1379900435.27.0.0400873355063.issue19040@psf.upfronthosting.co.za>
2013-09-23 01:40:35ethan.furmanlinkissue19040 messages
2013-09-23 01:40:35ethan.furmancreate