[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.37, 1.1193.2.38

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Mar 16 00:36:22 CET 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Decimal special values did not hash properly.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.37
retrieving revision 1.1193.2.38
diff -u -d -r1.1193.2.37 -r1.1193.2.38
--- NEWS	13 Mar 2005 22:18:22 -0000	1.1193.2.37
+++ NEWS	15 Mar 2005 23:36:16 -0000	1.1193.2.38
@@ -12,6 +12,9 @@
 Library
 -------
 
+- Bug #1163325:  Decimal infinities failed to hash.  Attempting to
+  hash a NaN raised an InvalidOperation instead of a TypeError.
+
 - Bug #1160802: can't build Zope on Windows with 2.4.1c1.  The
   ``MSVCCompiler`` class in distutils forgot to record that it was
   initialized, and continued adding redundant entries to the system



More information about the Python-checkins mailing list