summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-11-21 04:08:28 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-11-21 04:08:28 (GMT)
commitd325c4b233bdf36110c4c97e51b895972cbcf672 (patch)
tree844c017173db101ba42ad059dd8ba798e6d04a69 /Misc
parent2dad5cade41eb8ba9880427f313ac2f1d2e1a505 (diff)
downloadcpython-d325c4b233bdf36110c4c97e51b895972cbcf672.zip
cpython-d325c4b233bdf36110c4c97e51b895972cbcf672.tar.gz
cpython-d325c4b233bdf36110c4c97e51b895972cbcf672.tar.bz2
Revert r86517
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ca00d9b..8f09b5f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -172,9 +172,6 @@ Library
- Issue #10465: fix broken delegating of attributes by gzip._PaddedFile.
-- 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.