[Python-checkins] python/dist/src/Misc NEWS,1.1272,1.1273
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Tue Mar 15 05:59:49 CET 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2896/Misc
Modified Files:
NEWS
Log Message:
Bug #1163325: "special" decimals aren't hashable
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1272
retrieving revision 1.1273
diff -u -d -r1.1272 -r1.1273
--- NEWS 11 Mar 2005 06:49:34 -0000 1.1272
+++ NEWS 15 Mar 2005 04:59:13 -0000 1.1273
@@ -86,6 +86,9 @@
Library
-------
+- Bug #1163325: Decimal infinities failed to hash. Attempting to
+ hash a NaN raised an InvalidOperation instead of a TypeError.
+
- Patch #918101: Add tarfile open mode r|* for auto-detection of the
stream compression; add, for symmetry reasons, r:* as a synonym of r.
More information about the Python-checkins
mailing list