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, serhiy.storchaka
Date 2015-02-08.17:53:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1699706.dGMkZHxU3L@raxxla>
In-reply-to <1423417419.84.0.129037832224.issue20680@psf.upfronthosting.co.za>
Content
> If you attempt to unpickle a 3.4 _PickleByNameIntEnum on a 3.3 system,
> what's going to happen?

The same as if you attempt to unpickle a 3.4 IntEnum on a 3.3 system -- 
AttributeError.
History
Date User Action Args
2015-02-08 17:53:23serhiy.storchakasetrecipients: + serhiy.storchaka, barry, eli.bendersky, ethan.furman
2015-02-08 17:53:23serhiy.storchakalinkissue20680 messages
2015-02-08 17:53:23serhiy.storchakacreate