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 Jim.Jewett, asvetlov, gpolo, serhiy.storchaka, terry.reedy
Date 2014-06-02.22:08:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401746898.25.0.922763432967.issue6167@psf.upfronthosting.co.za>
In-reply-to
Content
A Spinbox is not a Listbox. The common feature of the activate methods you listed is that the parameter is called 'index'. But I think this is a moot point. 

To the best of my knowledge, casually changing parameter names for no functional benefit is against policy. The case for doing so is much weaker than for the re method parameter mess (correct module?). The current discussion about turtle.py on pydev reinforces my impression. Please drop the idea or ask for policy clarification on pydev.
History
Date User Action Args
2014-06-02 22:08:18terry.reedysetrecipients: + terry.reedy, gpolo, asvetlov, Jim.Jewett, serhiy.storchaka
2014-06-02 22:08:18terry.reedysetmessageid: <1401746898.25.0.922763432967.issue6167@psf.upfronthosting.co.za>
2014-06-02 22:08:18terry.reedylinkissue6167 messages
2014-06-02 22:08:18terry.reedycreate