random vs whrandom (was RE: [Python-Dev] Unittests)

Guido van Rossum guido@python.org
Fri, 12 Apr 2002 17:07:12 -0400


> >     cmp                             - 1.6
> 
> What's the alternative for this today? I use it in at least one
> algorithm.

This and dircmp and their caching companions have been unified in
filecmp.

--Guido van Rossum (home page: http://www.python.org/~guido/)