summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-04-06 19:52:34 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-04-06 19:52:34 (GMT)
commit278d03bd66e40d57168ff66c6fb79eae599a784d (patch)
treef1d79e038b315e6596d3dce29e75ff602446f2b6 /Misc
parent9e64c91c922564a0510ec667dd38c11a7c1bd748 (diff)
downloadcpython-278d03bd66e40d57168ff66c6fb79eae599a784d.zip
cpython-278d03bd66e40d57168ff66c6fb79eae599a784d.tar.gz
cpython-278d03bd66e40d57168ff66c6fb79eae599a784d.tar.bz2
Revert a premature patch for issue #14010 (changeset aaaf36026511).
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 ca191b5..902298f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,9 +12,6 @@ What's New in Python 3.3.2?
Core and Builtins
-----------------
-- Issue #14010: Fix a crash when iterating or deleting deeply nested filters
- (builting and in itertools module, i.e. map(), itertools.chain(), etc).
-
- Issue #17619: Make input() check for Ctrl-C correctly on Windows.
- Issue #17610: Don't rely on non-standard behavior of the C qsort() function.