[issue22085] Update deprecated Tcl commands in Tkinter

2014-07-28 Thread Martin v . Löwis
Martin v. Löwis added the comment: Dropping support for 8.3 sounds fine with me (for Python 3.5 only, of course). Otherwise, the patch looks also fine, so please apply. -- nosy: +loewis ___ Python tracker

[issue22085] Update deprecated Tcl commands in Tkinter

2014-07-26 Thread Ned Deily
Ned Deily added the comment: Is there any reason to not drop support for Tk 8.3? It appears that the last release of it, 8.3.5, was in 2002. Is anyone aware of any use of it on currently supported platforms? The final planned release of 8.4 (8.4.20) was just a year ago and 8.4 is still bein

[issue22085] Update deprecated Tcl commands in Tkinter

2014-07-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- keywords: +patch Added file: http://bugs.python.org/file36115/tkinter_trace_variable.patch ___ Python tracker ___ ___

[issue22085] Update deprecated Tcl commands in Tkinter

2014-07-26 Thread Serhiy Storchaka
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 in