commit | 4a84f58143ca01db181f28df06ac922fbf73a1d7 | [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:18 2012 +0200 |
tree | 24c9d7be2e2ca971d41ae7f7bd23ebf9d57e380f | |
parent | 1f30575713a153d5b3c558de6068bdfe1dd1a3f4 [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 5761ed0..4a38b14 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -113,6 +113,9 @@ 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.