diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2012-06-07 23:41:04 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2012-06-07 23:41:04 (GMT) |
commit | 2a2ce4f6739bf5c8ec490df16d10cec51e0442fa (patch) | |
tree | ecb20c58c0e0a3011d0d5b781ca8143ed3c0dd46 /Lib/idlelib/NEWS.txt | |
parent | 29471de459a9371d7538a9838b1b20c86df29ca7 (diff) | |
download | cpython-2a2ce4f6739bf5c8ec490df16d10cec51e0442fa.zip cpython-2a2ce4f6739bf5c8ec490df16d10cec51e0442fa.tar.gz cpython-2a2ce4f6739bf5c8ec490df16d10cec51e0442fa.tar.bz2 |
Issue #12510: Revise and triple # of calltip tests, with an eye to unittest
use. Make the get_entity 'method' a module function as it did not use 'self'.
Delete buggy _find_constructor function that is not needed, at least in 3.x.
Revise get_argspec so all tests pass. Add and fix NEWS entries.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index de9f55d..d57237d 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,6 +1,14 @@ What's New in IDLE 3.2.4? ========================= +- Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE. + Erroneous tool tips have been corrected. Default added for callables. + +- Issue10365: File open dialog now works instead of crashing even when + parent window is closed while dialog is open. + +- Issue 14876: use user-selected font for highlight configuration. + - Issue #14937: Perform auto-completion of filenames in strings even for non-ASCII filenames. Likewise for identifiers. |