[Python-Dev] Re: Unittests (original) (raw)

Neal Norwitz neal@metaslash.com
Tue, 09 Apr 2002 17:24:20 -0400


Aahz wrote:

On Tue, Apr 09, 2002, Neal Norwitz wrote: > > whrandom.py This is a deprecated module, no?

It appears only whrandom.randint() is deprecated. There is also a random module. The rand module is in lib-old.

Neal