]> granicus.if.org Git - python/commit
Restore the test of the random module after including "Random" in the
authorRaymond Hettinger <python@rcn.com>
Mon, 30 Dec 2002 07:04:47 +0000 (07:04 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 30 Dec 2002 07:04:47 +0000 (07:04 +0000)
commitecccafb2d4811b4f80f39ad0ce0614391665fc87
treedbefd43184a8384c855a4ae001d42018670d29bb
parentd6d7cfaadaffd17dcdfea9df975e17db8e65555b
Restore the test of the random module after including "Random" in the
ignore tuple.

The line, "from _random import Random as CoreGenerator", fools the test
code which expects CoreGenerator.__name__ to be "CoreGenerator" instead
of "Random".
Lib/test/test_pyclbr.py