commit | d8b661dd908629b5fc0f50e3e0c5fc5c85f9cb72 | [log] [tgz] |
---|---|---|
author | Stefan Krah <stefan@bytereef.org> | Thu Nov 18 15:20:34 2010 +0000 |
committer | Stefan Krah <stefan@bytereef.org> | Thu Nov 18 15:20:34 2010 +0000 |
tree | d0ef7aecae02539954c2a7a0411a4063d473cd2c | |
parent | d28f790b69190192f7f8412f182b57c5894fade6 [diff] [blame] |
Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of TypeError.
diff --git a/Misc/NEWS b/Misc/NEWS index ae26a99..8ab404d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -104,6 +104,9 @@ Library ------- +- Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of + TypeError. + - Issue #10356: Decimal.__hash__(-1) should return -2. - Issue #1553375: logging: Added stack_info kwarg to display stack information.