[Python-checkins] python/dist/src/Misc NEWS,1.979,1.980

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue Jun 1 02:36:26 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4903/Misc

Modified Files:
	NEWS 
Log Message:
SF bug #942952:  Weakness in tuple hash
(Basic approach and test concept by Tim Peters.)

* Improved the hash to reduce collisions.
* Added the torture test to the test suite.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.979
retrieving revision 1.980
diff -C2 -d -r1.979 -r1.980
*** NEWS	31 May 2004 19:27:59 -0000	1.979
--- NEWS	1 Jun 2004 06:36:23 -0000	1.980
***************
*** 13,16 ****
--- 13,19 ----
  -----------------
  
+ - Improved the tuple hashing algorithm to give fewer collisions in
+   common cases.  Fixes bug  #942952.
+ 
  - Implemented generator expressions (PEP 289).  Coded by Jiwon Seo.
  




More information about the Python-checkins mailing list