commit | ecccafb2d4811b4f80f39ad0ce0614391665fc87 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Dec 30 07:04:47 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Dec 30 07:04:47 2002 +0000 |
tree | dbefd43184a8384c855a4ae001d42018670d29bb | |
parent | d6d7cfaadaffd17dcdfea9df975e17db8e65555b [diff] |
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".