]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22115: Fixed tracing Tkinter variables:
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jun 2016 14:42:23 +0000 (17:42 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jun 2016 14:42:23 +0000 (17:42 +0300)
commit745a407df88f2c5baacb4e61d8e37e7ed5d4671f
tree6481a2da36b36ce2e01c94bb5cabd3bbb8ededad
parente7614dd07d533ec4f22007d65649175b9dee8be4
Issue #22115: Fixed tracing Tkinter variables:

* tracing in the "u" mode now works
* trace_vdelete() with wrong mode no longer break tracing
* trace_vinfo() now always returns a list of pairs of strings
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_variables.py
Misc/NEWS