[New-bugs-announce] [issue22085] Update deprecated Tcl commands in Tkinter

Serhiy Storchaka report at bugs.python.org
Sat Jul 26 19:33:27 CEST 2014


New submission from Serhiy Storchaka:

Command used to monitor Tcl variable access ("trace variable", "trace vdelete", "trace vinfo") are deprecated and will likely be removed in a future version of Tcl. Proposed patch replaces them to modern equivalents.

The problem is that new commands was introduced in Tcl 8.4, but minimal supported by Tkinter version is 8.3. This patch should wait until dropping support of Tcl 8.3.

----------
components: Tkinter
messages: 224080
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Update deprecated Tcl commands in Tkinter
type: enhancement
versions: Python 3.5

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


More information about the New-bugs-announce mailing list