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.23:13:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423437201.19.0.378077406909.issue20680@psf.upfronthosting.co.za>
In-reply-to
Content
For the socket module constants there is even better way, which supports forward compatibility, i.e. SOCK_STREAM pickled in 3.5 could be unpickled on 3.3 (replacing ints with enums breaks forward compatibility). Here is a patch.
History
Date User Action Args
2015-02-08 23:13:21serhiy.storchakasetrecipients: + serhiy.storchaka, barry, eli.bendersky, ethan.furman
2015-02-08 23:13:21serhiy.storchakasetmessageid: <1423437201.19.0.378077406909.issue20680@psf.upfronthosting.co.za>
2015-02-08 23:13:21serhiy.storchakalinkissue20680 messages
2015-02-08 23:13:21serhiy.storchakacreate