[Python-checkins] python/nondist/peps pep-0004.txt,1.3,1.4

fdrake@sourceforge.net fdrake@sourceforge.net
Thu, 11 Apr 2002 13:48:58 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv9965

Modified Files:
	pep-0004.txt 
Log Message:
Added formal deprecation for whrandom.

Index: pep-0004.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0004.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pep-0004.txt	10 Apr 2002 22:09:55 -0000	1.3
--- pep-0004.txt	11 Apr 2002 20:48:55 -0000	1.4
***************
*** 106,109 ****
--- 106,120 ----
                     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