]> granicus.if.org Git - python/commitdiff
Revise the deprecation note for the whrandom module to be correct and a
authorFred Drake <fdrake@acm.org>
Sat, 3 Feb 2001 01:12:44 +0000 (01:12 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 3 Feb 2001 01:12:44 +0000 (01:12 +0000)
little more formal.

Doc/lib/libwhrandom.tex

index cc00f198494d7133a4f94555ef699acf57126c29..41b0c83667491cd57e011b3f77a17624678454c1 100644 (file)
@@ -4,8 +4,12 @@
 \declaremodule{standard}{whrandom}
 \modulesynopsis{Floating point pseudo-random number generator.}
 
-\strong{Note:}  This module is an implementation detail of the
-\refmodule{random} module.  Please do not use this module directly.
+\deprecated{2.1}{Use \refmodule{random} instead.}
+
+\strong{Note:}  This module was an implementation detail of the
+\refmodule{random} module in releases of Python prior to 2.1.  It is
+no longer used.  Please do not use this module directly; use
+\refmodule{random} instead.
 
 This module implements a Wichmann-Hill pseudo-random number generator
 class that is also named \class{whrandom}.  Instances of the