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

fdrake@sourceforge.net fdrake@sourceforge.net
Thu, 11 Apr 2002 13:52:02 -0700


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

Modified Files:
	pep-0004.txt 
Log Message:
Fix typo spotted by Tim.

Index: pep-0004.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0004.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pep-0004.txt	11 Apr 2002 20:48:55 -0000	1.4
--- pep-0004.txt	11 Apr 2002 20:52:00 -0000	1.5
***************
*** 108,112 ****
      Module name:   whrandom
      Rationale:     The module's default seed computation was
!                    inherantly insecure; the random module should be
                     used instead.
      Date:          11-Apr-2002
--- 108,112 ----
      Module name:   whrandom
      Rationale:     The module's default seed computation was
!                    inherently insecure; the random module should be
                     used instead.
      Date:          11-Apr-2002