summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-25 15:29:41 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-25 15:29:41 (GMT)
commitcb131948fedced32559ce420cd80c652b28c2731 (patch)
tree1892532991c7f35cba8e49a24e3f613228b3ba1f /Misc
parent81d2be958035f70eafb73ae7207203814ad2e9ee (diff)
parentcc4290bf9166f8061e9c3e0bed55e19f0acd5c42 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bddada5..de47cf0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.