]> granicus.if.org Git - python/commit
Issue #22115: Fixed tracing Tkinter variables.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jun 2016 14:41:14 +0000 (17:41 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jun 2016 14:41:14 +0000 (17:41 +0300)
commit199b7d5662fe3803733e2067e8fad523d74b1988
tree74957b401efb0a0f4439e814ad2057e2afae5f8b
parent0c67a5f3bf021beab319969c539125fe89d1ed6c
Issue #22115: Fixed tracing Tkinter variables.

* trace_vdelete() with wrong mode no longer break tracing
* trace_vinfo() now always returns a list of pairs of strings
Lib/lib-tk/Tkinter.py
Lib/lib-tk/test/test_tkinter/test_variables.py
Misc/NEWS