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 barry, ethan.furman, ncoghlan
Date 2013-05-13.00:35:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368405353.16.0.149348878037.issue17961@psf.upfronthosting.co.za>
In-reply-to
Content
The class syntax (and default Enum) no longer have preferential treatment for integers (even __int__ is gone); so it is completely up to us as what should happen for the functional syntax.
History
Date User Action Args
2013-05-13 00:35:53ethan.furmansetrecipients: + ethan.furman, barry, ncoghlan
2013-05-13 00:35:53ethan.furmansetmessageid: <1368405353.16.0.149348878037.issue17961@psf.upfronthosting.co.za>
2013-05-13 00:35:53ethan.furmanlinkissue17961 messages
2013-05-13 00:35:52ethan.furmancreate