diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-25 15:29:01 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-25 15:29:01 (GMT) |
commit | cc4290bf9166f8061e9c3e0bed55e19f0acd5c42 (patch) | |
tree | b8cff4c058558c19e2d2f050b977495ab4781cdb /Misc | |
parent | 848972cac1d8a1d5a8828c807dbdaa26c2567b2c (diff) | |
download | cpython-cc4290bf9166f8061e9c3e0bed55e19f0acd5c42.zip cpython-cc4290bf9166f8061e9c3e0bed55e19f0acd5c42.tar.gz cpython-cc4290bf9166f8061e9c3e0bed55e19f0acd5c42.tar.bz2 |
Issue #19320: test_tcl no longer fails when wantobjects is false.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -182,6 +182,8 @@ IDLE Tests ----- +- Issue #19320: test_tcl no longer fails when wantobjects is false. + - Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. - Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns |