diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-26 18:08:34 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-26 18:08:34 (GMT) |
commit | dbb9630c535c536dfd1e0b661609eb4282464606 (patch) | |
tree | 1c41ef5ad7f377cf1e7987921e11d272e52253eb /Misc | |
parent | 5e11655156cb11cf56dcb18d873518ee23aef867 (diff) | |
download | cpython-dbb9630c535c536dfd1e0b661609eb4282464606.zip cpython-dbb9630c535c536dfd1e0b661609eb4282464606.tar.gz cpython-dbb9630c535c536dfd1e0b661609eb4282464606.tar.bz2 |
Backported tests for Tkinter variables.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -134,6 +134,8 @@ IDLE Tests ----- +- Backported tests for Tkinter variables. + - Issue #19320: test_tcl no longer fails when wantobjects is false. - Issue #19683: Removed empty tests from test_minidom. Initial patch by |