[issue22085] Drop support of Tk 8.3

Serhiy Storchaka report at bugs.python.org
Thu Jul 31 08:12:12 CEST 2014


Serhiy Storchaka added the comment:

Oh, I forgot about this difference. Of course we can convert input arguments to match new syntax, but "trace vinfo" and "trace info variable" return different results:

% trace add variable foo {read write} {tracer foo}
% trace info variable foo
{{read write} {tracer foo}}
% trace vinfo foo
{rw {tracer foo}}

We should add new methods for new trace commands.

----------

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


More information about the Python-bugs-list mailing list