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



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



[issue22085] Update deprecated Tcl commands in Tkinter

2014-07-26 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
keywords: +patch
Added file: http://bugs.python.org/file36115/tkinter_trace_variable.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22085
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 being shipped on some platforms, i.e. OS X, so 
we should keep supporting it for the time being.

--
nosy: +ned.deily

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22085
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com