summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2011-05-09 10:24:09 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-02-06 20:04:18 (GMT)
commit4a84f58143ca01db181f28df06ac922fbf73a1d7 (patch)
tree24c9d7be2e2ca971d41ae7f7bd23ebf9d57e380f /Misc
parent1f30575713a153d5b3c558de6068bdfe1dd1a3f4 (diff)
downloadcpython-4a84f58143ca01db181f28df06ac922fbf73a1d7.zip
cpython-4a84f58143ca01db181f28df06ac922fbf73a1d7.tar.gz
cpython-4a84f58143ca01db181f28df06ac922fbf73a1d7.tar.bz2
Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
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 5761ed0..4a38b14 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,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.