Antoine Pitrou <[email protected]> added the comment: > We will need to bump the protocol number to add support for None, > Ellipsis, and NotImplemented. Antoine, can you add this to PEP 3154?
I don't think this needs a protocol bump. These are global singletons, they can be pickled as such, and they will be unpickleable on any Python. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13842> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
