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, eli.bendersky, ethan.furman, serhiy.storchaka
Date 2015-02-08.17:43:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423417419.84.0.129037832224.issue20680@psf.upfronthosting.co.za>
In-reply-to
Content
An IntEnum is just a fancy int.  You can add them, subtract them, multiply them, all that kind of thing.

If you attempt to unpickle a 3.4 _PickleByNameIntEnum on a 3.3 system, what's going to happen?
History
Date User Action Args
2015-02-08 17:43:39ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, serhiy.storchaka
2015-02-08 17:43:39ethan.furmansetmessageid: <1423417419.84.0.129037832224.issue20680@psf.upfronthosting.co.za>
2015-02-08 17:43:39ethan.furmanlinkissue20680 messages
2015-02-08 17:43:39ethan.furmancreate