[Python-checkins] python/dist/src/Lib random.py,1.56,1.57

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Oct 12 13:14:14 EDT 2003


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv13177

Modified Files:
	random.py 
Log Message:
Minor fixup.  "Random" was listed twice in __all__.



Index: random.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/random.py,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** random.py	5 Oct 2003 09:09:14 -0000	1.56
--- random.py	12 Oct 2003 17:14:11 -0000	1.57
***************
*** 50,55 ****
             "expovariate","vonmisesvariate","gammavariate",
             "gauss","betavariate","paretovariate","weibullvariate",
!            "getstate","setstate","jumpahead", "WichmannHill", "getrandbits",
!            "Random"]
  
  NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
--- 50,54 ----
             "expovariate","vonmisesvariate","gammavariate",
             "gauss","betavariate","paretovariate","weibullvariate",
!            "getstate","setstate","jumpahead", "WichmannHill", "getrandbits"]
  
  NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)





More information about the Python-checkins mailing list