diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-04-06 19:52:34 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-04-06 19:52:34 (GMT) |
commit | 278d03bd66e40d57168ff66c6fb79eae599a784d (patch) | |
tree | f1d79e038b315e6596d3dce29e75ff602446f2b6 /Misc | |
parent | 9e64c91c922564a0510ec667dd38c11a7c1bd748 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |