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 larry
Recipients jkloth, larry, serhiy.storchaka
Date 2014-01-07.22:11:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389132675.01.0.41424391418.issue20168@psf.upfronthosting.co.za>
In-reply-to
Content
(It would have made it easier on me if you'd used the C function names, instead of the names in the module.)

I agree.  In retrospect, it's not surprising that things in _tkinter aren't suitable, as it appears to be a shunt for calling things in Tcl.

For what it's worth, Argument Clinic is only intended for functions that use PyArg_ParseTuple or PyArg_ParseTupleOrKeywords to parse their arguments.  So something like call is and will forever be unsuitable.

(And reading _tkinter.c this has reminded me why I don't like Tcl ;-)
History
Date User Action Args
2014-01-07 22:11:15larrysetrecipients: + larry, jkloth, serhiy.storchaka
2014-01-07 22:11:15larrysetmessageid: <1389132675.01.0.41424391418.issue20168@psf.upfronthosting.co.za>
2014-01-07 22:11:15larrylinkissue20168 messages
2014-01-07 22:11:14larrycreate