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 serhiy.storchaka
Recipients lac, serhiy.storchaka, terry.reedy
Date 2015-08-13.22:10:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439503814.87.0.18671935687.issue24858@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, sorry.

The issue still looks strange to me. It looks as a result of mix Python core, library or tests of different versions.

Could you please test what following commands output?

>>> import tkinter
>>> tcl = tkinter.Tcl()
>>> tcl.getboolean(42)
True
>>> tkinter.BooleanVar.set
<function BooleanVar.set at 0xb6ed5614>
History
Date User Action Args
2015-08-13 22:10:14serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, lac
2015-08-13 22:10:14serhiy.storchakasetmessageid: <1439503814.87.0.18671935687.issue24858@psf.upfronthosting.co.za>
2015-08-13 22:10:14serhiy.storchakalinkissue24858 messages
2015-08-13 22:10:14serhiy.storchakacreate