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 terry.reedy
Recipients serhiy.storchaka, terry.reedy
Date 2016-06-22.22:53:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466636028.51.0.139656045457.issue22115@psf.upfronthosting.co.za>
In-reply-to
Content
I gather that 'add', 'delete', and 'info' replace 'variable', 'vdelete', and 'vinfo'.  Also see review.  Deprecation period should be fairly long.  Of course, a currently hypothetical tcl/tk 9.0 with old stuff gone would make it immediate for users of 9.0.

Applies cleanly and tests pass, but do not hardly interact with the patch.  More importantly, IDLE starts fresh, option dialog comes up and appears to work.  So old functions continue to work.

The real test from IDLE would be to recode configdialog to use the new functions and then test.  I am thinking about how to test configdialog enough that I am willing to refactor it for real.
History
Date User Action Args
2016-06-22 22:53:48terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2016-06-22 22:53:48terry.reedysetmessageid: <1466636028.51.0.139656045457.issue22115@psf.upfronthosting.co.za>
2016-06-22 22:53:48terry.reedylinkissue22115 messages
2016-06-22 22:53:48terry.reedycreate