Serhiy Storchaka added the comment:

Updated patch provides simplified interface. The support of passing callback 
arguments is removed. This complicates an interface and is not needed since 
Python supports closure and the support of callback arguments was more limited 
(supported only limited set of types and arguments are converted to str).

Added an entry in What's News.

----------
assignee:  -> serhiy.storchaka
versions: +Python 3.6 -Python 3.5
Added file: http://bugs.python.org/file43466/tkinter_trace_variable_5.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22115>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to