[Python-checkins] python/dist/src/Misc NEWS,1.831.4.60,1.831.4.61

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Oct 5 19:35:40 EDT 2003


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
SF bug #812202:  randint is always even

* Extend rangrange() to return meaningful results when the range is
  larger than 2**53.  Only applies to the MersenneTwister.  WichmannHill
  was left alone in the absence of a proof showing how multiple calls
  could be combined to produce long bit streams.

* WichmannHill was missing from __all__.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.60
retrieving revision 1.831.4.61
diff -C2 -d -r1.831.4.60 -r1.831.4.61
*** NEWS	4 Oct 2003 08:03:33 -0000	1.831.4.60
--- NEWS	5 Oct 2003 23:35:38 -0000	1.831.4.61
***************
*** 22,25 ****
--- 22,31 ----
  - Bug #814613: INET_ADDRSTRLEN fix needed for all compilers on SGI
  
+ Library
+ -------
+ 
+ - Bug #812202:  random.randrange() returned only even numbers
+   for range lengths above 2**53.
+ 
  What's New in Python 2.3.2 (final)?
  ===================================





More information about the Python-checkins mailing list