summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-09-06 07:31:02 (GMT)
committerLarry Hastings <larry@hastings.org>2015-09-06 07:31:02 (GMT)
commit62b24624dd3eec75869372e08d5ecbc4b8976101 (patch)
tree9f7a1ee5ca6a413ef3448dc5f3a36e5e10b6f055 /Misc/NEWS
parent055a9e0bc8eb28fd64158ade11019b712116aeae (diff)
downloadcpython-62b24624dd3eec75869372e08d5ecbc4b8976101.zip
cpython-62b24624dd3eec75869372e08d5ecbc4b8976101.tar.gz
cpython-62b24624dd3eec75869372e08d5ecbc4b8976101.tar.bz2
Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ba24851..5ac6df9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,8 +22,6 @@ Library
to support Python modules replacing themselves with extension modules.
Patch by Petr Viktorin.
-- Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
-
- Issue #24635: Fixed a bug in typing.py where isinstance([], typing.Iterable)
would return True once, then False on subsequent calls.