diff options
author | Petri Lehtinen <petri@digip.org> | 2011-05-09 10:24:09 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-02-06 20:04:18 (GMT) |
commit | 4a84f58143ca01db181f28df06ac922fbf73a1d7 (patch) | |
tree | 24c9d7be2e2ca971d41ae7f7bd23ebf9d57e380f /Misc | |
parent | 1f30575713a153d5b3c558de6068bdfe1dd1a3f4 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |