summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-02-06 20:04:41 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-02-06 20:04:41 (GMT)
commit96356d40b96ccbff772ab9f79e148f8c8e4724f0 (patch)
tree7f2646b7c0953e460777094f381a0469f9ea5b94 /Misc
parent77940902512c85e2d09dd5bd913084dc547881ff (diff)
parent4a84f58143ca01db181f28df06ac922fbf73a1d7 (diff)
downloadcpython-96356d40b96ccbff772ab9f79e148f8c8e4724f0.zip
cpython-96356d40b96ccbff772ab9f79e148f8c8e4724f0.tar.gz
cpython-96356d40b96ccbff772ab9f79e148f8c8e4724f0.tar.bz2
Merge branch '3.2'
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 32ed577..70f1bfb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -466,6 +466,9 @@ Core and Builtins
Library
-------
+- Issue #10811: Fix recursive usage of cursors. Instead of crashing,
+ raise a ProgrammingError now.
+
- Issue #10881: Fix test_site failure with OS X framework builds.
- Issue #964437 Make IDLE help window non-modal.