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 kbk
Recipients kbk, marcus777, ned.deily, python-dev, terry.reedy
Date 2011-05-12.20:09:02
SpamBayes Score 0.00010087082
Marked as misclassified No
Message-id <1305230943.32.0.696225196206.issue11896@psf.upfronthosting.co.za>
In-reply-to
Content
tkinter.messagebox.Message sending <class '_tkinter.Tcl_Obj'> rather
than str, so comparison with str failed.  Always for "cancel", (almost?)
always for "yes".

Use the helper functions in tkinter.messagebox, which correct for that.

This hasn't worked for a long time, I'm surprised it just came up.  Will
backport to 2.7.
History
Date User Action Args
2011-05-12 20:09:03kbksetrecipients: + kbk, terry.reedy, ned.deily, python-dev, marcus777
2011-05-12 20:09:03kbksetmessageid: <1305230943.32.0.696225196206.issue11896@psf.upfronthosting.co.za>
2011-05-12 20:09:02kbklinkissue11896 messages
2011-05-12 20:09:02kbkcreate