[Python-checkins] CVS: python/dist/src/Doc/lib libwhrandom.tex,1.13,1.14

Fred L. Drake fdrake@users.sourceforge.net
Fri, 02 Feb 2001 17:12:46 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv424/lib

Modified Files:
	libwhrandom.tex 
Log Message:

Revise the deprecation note for the whrandom module to be correct and a
little more formal.


Index: libwhrandom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libwhrandom.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** libwhrandom.tex	2001/02/02 02:41:17	1.13
--- libwhrandom.tex	2001/02/03 01:12:44	1.14
***************
*** 5,10 ****
  \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.
  
  This module implements a Wichmann-Hill pseudo-random number generator
--- 5,14 ----
  \modulesynopsis{Floating point pseudo-random number generator.}
  
! \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