commit | c7fd523ac57a00901901f4278a72346742e0d7b1 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Mon May 09 12:24:09 2011 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Mon Feb 06 22:04:00 2012 +0200 |
tree | 4ad4ee3252cf2c9cea1b73c06eb4db4ee440e130 | |
parent | cec6a61d303f26c2ca2e7cadf5970f4dff18dc27 [diff] [blame] |
Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
diff --git a/Misc/NEWS b/Misc/NEWS index c038d5f..64c2a8a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,6 +90,9 @@ Library ------- +- Issue #10811: Fix recursive usage of cursors. Instead of crashing, + raise a ProgrammingError now. + - Issue #10881: Fix test_site failures with OS X framework builds. - Issue #964437 Make IDLE help window non-modal.