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 loewis
Recipients ajaksu2, gpolo, loewis, pitrou, vstinner
Date 2009-01-03.07:32:38
SpamBayes Score 2.5836564e-09
Marked as misclassified No
Message-id <1230967961.2.0.278733823257.issue3638@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is incorrect. Tkapp_Mainloop is supposed to work both as a
module function and a method, and it tests for self to find out which
case it is. Now, this test is apparently broken in 3.x, but that could
be fixed, instead of ripping the module function out. Or, if that
function is removed, the code to support it should also be removed.

The same issue probably also affects other functions that double both as
instance methods and module functions.
History
Date User Action Args
2009-01-03 07:32:41loewissetrecipients: + loewis, pitrou, vstinner, ajaksu2, gpolo
2009-01-03 07:32:41loewissetmessageid: <1230967961.2.0.278733823257.issue3638@psf.upfronthosting.co.za>
2009-01-03 07:32:40loewislinkissue3638 messages
2009-01-03 07:32:39loewiscreate