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 eli.bendersky
Recipients barry, eli.bendersky, ethan.furman, gvanrossum, ncoghlan, neologix, pitrou, serhiy.storchaka
Date 2013-08-14.13:43:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAF-Rda9ouPDhosgfv9=qH2ugiWLQ5QG+TbRNaruBWRukc1QDcQ@mail.gmail.com>
In-reply-to <1376486653.4.0.0559327735823.issue18720@psf.upfronthosting.co.za>
Content
On Wed, Aug 14, 2013 at 6:24 AM, Serhiy Storchaka <report@bugs.python.org>wrote:

>
> Serhiy Storchaka added the comment:
>
> I'm surprised that test_repr is not failed. '%i' %
> socket.AddressFamily.AF_INET returns 'AddressFamily.AF_INET' instead of '2'
> as I expected. Is not this a bug in IntEnum implementation?
>

I did notice it when playing with the implementation. Perhaps %i doesn't
call enum? Need to look into it more carefully...
History
Date User Action Args
2013-08-14 13:43:11eli.benderskysetrecipients: + eli.bendersky, gvanrossum, barry, ncoghlan, pitrou, neologix, ethan.furman, serhiy.storchaka
2013-08-14 13:43:11eli.benderskylinkissue18720 messages
2013-08-14 13:43:11eli.benderskycreate