[issue21526] Support new booleans in Tkinter

Serhiy Storchaka report at bugs.python.org
Tue Mar 31 23:09:06 CEST 2015


Serhiy Storchaka added the comment:

The case (value->typePtr == NULL) is tested above for purpose, so it is not a bug when one of type pointers is NULL.

"booleanString" was added in 8.5, replacing "boolean", but in 8.6 it is not used. All boolean values in 8.6 are just integers 0 and 1.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21526>
_______________________________________


More information about the Python-bugs-list mailing list