summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorStefan Krah <stefan@bytereef.org>2010-11-17 11:16:34 (GMT)
committerStefan Krah <stefan@bytereef.org>2010-11-17 11:16:34 (GMT)
commitdc817b229c972b2a881d08834a0612232dac7415 (patch)
tree0817f2bf1233fc07425430315cd838c63ffc5a86 /Misc
parent3ec60183a4e346dd2b12f4bb14dfbc2f90fe8218 (diff)
downloadcpython-dc817b229c972b2a881d08834a0612232dac7415.zip
cpython-dc817b229c972b2a881d08834a0612232dac7415.tar.gz
cpython-dc817b229c972b2a881d08834a0612232dac7415.tar.bz2
Issue #10356: Decimal(-1).__hash__() should equal hash(Decimal(-1)).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 486c4e2..f1332ba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@ Core and Builtins
Library
-------
+- Issue #10356: Decimal.__hash__(-1) should return -2.
+
- Issue #1553375: logging: Added stack_info kwarg to display stack information.
- Issue #5111: IPv6 Host in the Header is wrapped inside [ ]. Patch by Chandru.