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 mark.dickinson
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, christian.heimes, georg.brandl, lemburg, mark.dickinson, pitrou, rhettinger
Date 2009-01-28.08:53:13
SpamBayes Score 3.8687307e-09
Marked as misclassified No
Message-id <1233132797.09.0.424038984918.issue1717@psf.upfronthosting.co.za>
In-reply-to
Content
Can anyone who uses tkinter give me some advice?  Does PyTclObject in 
_tkinter.c need to have its tp_richcompare method implemented?  And if so, 
how do I go about testing the implementation?  It seems that PyTclObjects 
aren't directly exposed to Python under 'import tkinter'.

I'll hold off on any more checkins until the 3.0.1 thread on python-dev 
has resolved itself.
History
Date User Action Args
2009-01-28 08:53:17mark.dickinsonsetrecipients: + mark.dickinson, lemburg, brett.cannon, georg.brandl, rhettinger, amaury.forgeotdarc, pitrou, christian.heimes, benjamin.peterson
2009-01-28 08:53:17mark.dickinsonsetmessageid: <1233132797.09.0.424038984918.issue1717@psf.upfronthosting.co.za>
2009-01-28 08:53:15mark.dickinsonlinkissue1717 messages
2009-01-28 08:53:14mark.dickinsoncreate