[New-bugs-announce] [issue21526] Support new booleans in Tkinter

Serhiy Storchaka report at bugs.python.org
Sun May 18 22:41:31 CEST 2014


New submission from Serhiy Storchaka:

Recent Tcl versions (since 8.5) no longer use internal "boolean" type. Instead they use "booleanString" type (but looks as only internally). Here is a patch which add support for "booleanString" Tcl type in case when it leaks to user. There are no any new tests because there is no simple way (if any) to create pure Tcl boolean object.

----------
assignee: serhiy.storchaka
components: Tkinter
files: tkinter_newboolean.patch
keywords: patch
messages: 218755
nosy: gpolo, loewis, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Support new booleans in Tkinter
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file35284/tkinter_newboolean.patch

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


More information about the New-bugs-announce mailing list