]> granicus.if.org Git - python/commit
Issue #12510: Revise and triple # of calltip tests, with an eye to unittest
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 7 Jun 2012 23:41:04 +0000 (19:41 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 7 Jun 2012 23:41:04 +0000 (19:41 -0400)
commit2a2ce4f6739bf5c8ec490df16d10cec51e0442fa
treeecb20c58c0e0a3011d0d5b781ca8143ed3c0dd46
parent29471de459a9371d7538a9838b1b20c86df29ca7
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.
Lib/idlelib/CallTips.py
Lib/idlelib/NEWS.txt
Misc/NEWS