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 serhiy.storchaka
Recipients barry, eli.bendersky, ethan.furman, gvanrossum, ncoghlan, neologix, pitrou, serhiy.storchaka
Date 2013-08-14.13:24:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376486653.4.0.0559327735823.issue18720@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2013-08-14 13:24:13serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, barry, ncoghlan, pitrou, eli.bendersky, neologix, ethan.furman
2013-08-14 13:24:13serhiy.storchakasetmessageid: <1376486653.4.0.0559327735823.issue18720@psf.upfronthosting.co.za>
2013-08-14 13:24:13serhiy.storchakalinkissue18720 messages
2013-08-14 13:24:13serhiy.storchakacreate