Added formal deprecation for whrandom.

This commit is contained in:
Fred Drake 2002-04-11 20:48:55 +00:00
parent 900bbbb5a5
commit ede5900993
1 changed files with 11 additions and 0 deletions

View File

@ -105,6 +105,17 @@ Deprecated modules
and never had a section of its own. This mention
has now been removed.
Module name: whrandom
Rationale: The module's default seed computation was
inherantly insecure; the random module should be
used instead.
Date: 11-Apr-2002
Documentation: This module has been documented as obsolete since
Python 2.1, but listing in this PEP was neglected.
The deprecation warning will be added to the module
one year after Python 2.3 is released, and the
module will be removed one year after that.
Undeprecated modules