Message 209383 - Python tracker

Message209383

Author terry.reedy
Recipients terry.reedy
Date 2014-01-27.03:41:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390794087.42.0.95323934944.issue20403@psf.upfronthosting.co.za>
In-reply-to
Content
The Idle options/configuration dialog had a useless Help button that did nothing. #17721 commented out the creation and packing of the button. This issue is about making the Help method work. Perhaps it should open the general help document at the options section. Or perhaps this should be a separate file. Once Help() does something, re-enable the 4 disabled lines.
History
Date User Action Args
2014-01-27 03:41:27terry.reedysetrecipients: + terry.reedy
2014-01-27 03:41:27terry.reedysetmessageid: <1390794087.42.0.95323934944.issue20403@psf.upfronthosting.co.za>
2014-01-27 03:41:27terry.reedylinkissue20403 messages
2014-01-27 03:41:27terry.reedycreate