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.20:57:09
SpamBayes Score 0.0008818453
Marked as misclassified No
Message-id <1231016231.37.0.770299680835.issue3638@psf.upfronthosting.co.za>
In-reply-to
Content
These look fine. I think further changes are necessary:
tkinter/__init__.py tries to load createfilehandler/deletefilehandler;
this becomes redundant. Also, why did you leave DoOneEvent and Quit
as-is - don't they fall into the same category?

One minor nit: I personally dislike function pointer casts, because they
can easily go wrong. I rather prefer if the C compiler tells me when I
mess up with function pointer types. Hence _tkinter uses selfptr/self
all the time.
History
Date User Action Args
2009-01-03 20:57:11loewissetrecipients: + loewis, pitrou, vstinner, ajaksu2, gpolo
2009-01-03 20:57:11loewissetmessageid: <1231016231.37.0.770299680835.issue3638@psf.upfronthosting.co.za>
2009-01-03 20:57:10loewislinkissue3638 messages
2009-01-03 20:57:09loewiscreate