ACCEPTED: PEP 285

phil hunt philh at comuno.freeserve.co.uk
Thu Apr 4 07:59:45 EST 2002


On Wed, 03 Apr 2002 17:32:52 -0500, Guido van Rossum <guido at python.org> wrote:
>
>    True and False will properly round-trip through pickling and
>    marshalling; for example pickle.loads(pickle.dumps(True)) will
>    return True, and so will marshal.loads(marshal.dumps(True)).


Not if they are written and read on machines running different 
versions of Python, they won't.



-- 
<"><"><"> Philip Hunt <philh at comuno.freeserve.co.uk> <"><"><">
"I would guess that he really believes whatever is politically 
advantageous for him to believe." 
                        -- Alison Brooks, referring to Michael
                              Portillo, on soc.history.what-if



More information about the Python-list mailing list