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
Recipients mark
Date 2012-06-22.09:27:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340357266.8.0.524344970378.issue15133@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.2.2 (default, Jun  4 2012, 11:15:16) 
[GCC 4.4.5] on linux2
Type "copyright", "credits" or "license()" for more information.
>>> from tkinter import *
>>> help(BooleanVar.get)
Help on function get in module tkinter:

get(self)
    Return the value of the variable as a bool.

On my system it actually returns an int. (I wish it did return a bool though.)
History
Date User Action Args
2012-06-22 09:27:46marksetrecipients: + mark
2012-06-22 09:27:46marksetmessageid: <1340357266.8.0.524344970378.issue15133@psf.upfronthosting.co.za>
2012-06-22 09:27:46marklinkissue15133 messages
2012-06-22 09:27:44markcreate