This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients kbk, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-01-04.16:24:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388852698.51.0.14863260737.issue20122@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch moves CallTips tests from Lib/idlelib/CallTips.py to Lib/idlelib/idle_test/test_calltips.py and converts them to unittests.

Private keyword-only parameter _namespace was added to fetch_tip() and get_entity().
History
Date User Action Args
2014-01-04 16:24:58serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, kbk, roger.serwy
2014-01-04 16:24:58serhiy.storchakasetmessageid: <1388852698.51.0.14863260737.issue20122@psf.upfronthosting.co.za>
2014-01-04 16:24:58serhiy.storchakalinkissue20122 messages
2014-01-04 16:24:58serhiy.storchakacreate