Serhiy Storchaka added the comment:

Most methods are tested now.

There is a difference between split() and splitlist() in Variable.trace_vinfo() 
if the tracer was assigned not by Tkinter method Variable.trace_variable(), but 
by direct execution of Tcl command "trace add variable" and additional 
arguments were included in commandPrefix. This is very unusual case, and I 
think that the result would be more expectable if use splitlist() in 
Variable.trace_vinfo().

----------

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

Reply via email to