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 <rep...@bugs.python.org> <http://bugs.python.org/issue21526> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com