diff options
author | Petri Lehtinen <petri@digip.org> | 2012-02-06 20:04:41 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-02-06 20:04:41 (GMT) |
commit | 96356d40b96ccbff772ab9f79e148f8c8e4724f0 (patch) | |
tree | 7f2646b7c0953e460777094f381a0469f9ea5b94 /Misc | |
parent | 77940902512c85e2d09dd5bd913084dc547881ff (diff) | |
parent | 4a84f58143ca01db181f28df06ac922fbf73a1d7 (diff) | |
download | cpython-96356d40b96ccbff772ab9f79e148f8c8e4724f0.zip cpython-96356d40b96ccbff772ab9f79e148f8c8e4724f0.tar.gz cpython-96356d40b96ccbff772ab9f79e148f8c8e4724f0.tar.bz2 |
Merge branch '3.2'
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |