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

Neal Norwitz neal@metaslash.com
Tue, 09 Apr 2002 22:03:58 -0400


Tim Peters wrote:
> 
> >>>> whrandom.py
> 
> >>> This is a deprecated module, no?
> 
> As its docs say, "Deprecated since release 2.1. Use random instead."
> Somebody toss in DeprecationWarnings or it will never go away.

I added a deprecation warning, but Fred beat me to it.

I added warnings to statcache & xmllib which are deprecated in the docs.  
Any others need to be done?  Should statcache be removed from test_sundry?
Should any modules be moved into lib-old?  posixfile?

Neal