diff options
author | Raymond Hettinger <python@rcn.com> | 2005-03-15 04:59:17 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-03-15 04:59:17 (GMT) |
commit | bea3f6f5c788eb4f0f7639913ff89654152864c0 (patch) | |
tree | cf95d7cf88b4f8f77f05344b2eb7dfd80617cb0b /Misc/NEWS | |
parent | 141f41ae1a38746578f3cecd204ec04b4006b9e1 (diff) | |
download | cpython-bea3f6f5c788eb4f0f7639913ff89654152864c0.zip cpython-bea3f6f5c788eb4f0f7639913ff89654152864c0.tar.gz cpython-bea3f6f5c788eb4f0f7639913ff89654152864c0.tar.bz2 |
Bug #1163325: "special" decimals aren't hashable
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -86,6 +86,9 @@ Extension Modules 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. |