On 03/14/2015 11:46 PM, Glenn Linderman wrote:

> In general, it would seem to me that each version of Python could add object 
> types that are foreign to prior versions,
> and so as long as version N can unpickle anything produced by versions <=N, 
> all would be well.

The question to me is because we not so much adding something brand-new 
(socket.AF_INET has been there for ages), as
changing the type of something already existing -- I'm just not sure if we need 
"end-result" compatibility (achieved by
the first option) or if we need "bug for bug" compatibility (achieved by the 
second option).

--
~Ethan~

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to