[Python-3000] __reduce__() and __reduce_ex__()

Raymond Hettinger python at rcn.com
Sun Feb 10 22:01:00 CET 2008


In Py3.0, would it be worth it to simplify this protocol by combining these two methods?  Always pass in a proto argument and the 
method can ignore it if it wants.


Raymond 


More information about the Python-3000 mailing list