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 gpolo
Recipients gpolo
Date 2009-06-01.20:11:29
SpamBayes Score 7.204083e-06
Marked as misclassified No
Message-id <1243887092.8.0.492821608561.issue6167@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

I've noticed some minor problems in Tkinter.Scrollbar that would be good
to be addressed. The activate method never returns a value and it also
doesn't accept to be called without an element -- which is accepted by
tcl. When an element is not especified, the current active element
should be returned. It's signature is also a bit strange, I don't see
why it has a parameter named "index" while it never takes an index but
an element.

The second problem is about the set method. It accepts any amount of
arguments, but it only needs to accept two. Passing a tuple in the form
of (number, number) to it isn't accepted, so I don't see much reason to
continue with an *args there.
History
Date User Action Args
2009-06-01 20:11:33gpolosetrecipients: + gpolo
2009-06-01 20:11:32gpolosetmessageid: <1243887092.8.0.492821608561.issue6167@psf.upfronthosting.co.za>
2009-06-01 20:11:31gpololinkissue6167 messages
2009-06-01 20:11:30gpolocreate