]> granicus.if.org Git - python/commit
Issue #1727780: Support loading pickles of random.Random objects created
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 3 Dec 2007 19:20:02 +0000 (19:20 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 3 Dec 2007 19:20:02 +0000 (19:20 +0000)
commit6b449f4f2bd86c104a8b57547428eb9bb3a182b0
tree6ca8ed3d8b4ab7fa6175675e78fba0c481d30d10
parent2ec7415db5ad63c4e4b27ee793214071454f6fe5
Issue #1727780: Support loading pickles of random.Random objects created
on 32-bit systems on 64-bit systems, and vice versa. As a consequence
of the change, Random pickles created by Python 2.6 cannot be loaded
in Python 2.5.
Doc/library/random.rst
Lib/random.py
Lib/test/randv2_32.pck [new file with mode: 0644]
Lib/test/randv2_64.pck [new file with mode: 0644]
Lib/test/randv3.pck [new file with mode: 0644]
Lib/test/test_random.py
Misc/ACKS
Misc/NEWS
Modules/_randommodule.c
Tools/msi/msi.py