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

Guido van Rossum guido@python.org
Tue, 09 Apr 2002 22:23:57 -0400


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

A good exercise would be to do a 1-minute review of every module in the library and decide for yourself if you'd deprecate it if you were BDFL. I'll gladly review the list.

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