diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-25 15:29:41 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-25 15:29:41 (GMT) |
commit | cb131948fedced32559ce420cd80c652b28c2731 (patch) | |
tree | 1892532991c7f35cba8e49a24e3f613228b3ba1f /Misc | |
parent | 81d2be958035f70eafb73ae7207203814ad2e9ee (diff) | |
parent | cc4290bf9166f8061e9c3e0bed55e19f0acd5c42 (diff) | |
download | cpython-cb131948fedced32559ce420cd80c652b28c2731.zip cpython-cb131948fedced32559ce420cd80c652b28c2731.tar.gz cpython-cb131948fedced32559ce420cd80c652b28c2731.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
@@ -253,6 +253,8 @@ IDLE Tests ----- +- Issue #19320: test_tcl no longer fails when wantobjects is false. + - Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns EWOULDBLOCK on Windows or VMs hosted on Windows. |