]> granicus.if.org Git - python/commit
Change a test to be more predictable.
authorGuido van Rossum <guido@python.org>
Mon, 26 Feb 2007 15:59:50 +0000 (15:59 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 26 Feb 2007 15:59:50 +0000 (15:59 +0000)
commit4f7ac2e8005d9e5b129a61b49ae3c7fcbacc478d
treec4a299111c6d32dc5ebd2c1788125edceb24858a
parent61c31b07b9cb6aea725ee867ea3e9a3ddaa43985
Change a test to be more predictable.
The problem with using random.random is that several modules and tests do
"from random in random" which confuses pickle.whichmodule().
Lib/pickletools.py