summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-05-05 21:12:34 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2013-05-05 21:12:34 (GMT)
commit39b17c513ae7b9baecdc8292876683647186fee4 (patch)
tree62d11ed77e5a5b70b729d56627adcfed01fabeba /Misc
parentf3593026ded99404c2c8f6c6fbf4c20197c9830a (diff)
downloadcpython-39b17c513ae7b9baecdc8292876683647186fee4.zip
cpython-39b17c513ae7b9baecdc8292876683647186fee4.tar.gz
cpython-39b17c513ae7b9baecdc8292876683647186fee4.tar.bz2
Backout 2e446e87ac5b; it breaks the unix buildbots.
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 42bd382..70e8f21 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,9 +69,6 @@ Core and Builtins
Library
-------
-- Issue #15528: Add weakref.finalize to support finalization using
- weakref callbacks.
-
- Issue #14173: Avoid crashing when reading a signal handler during
interpreter shutdown.