From: Serhiy Storchaka Date: Wed, 25 Dec 2013 15:29:41 +0000 (+0200) Subject: Issue #19320: test_tcl no longer fails when wantobjects is false. X-Git-Tag: v3.4.0b2~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb131948fedced32559ce420cd80c652b28c2731;p=python Issue #19320: test_tcl no longer fails when wantobjects is false. --- cb131948fedced32559ce420cd80c652b28c2731 diff --cc Misc/NEWS index bddada5427,334b8f764c..de47cf01a8 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -253,6 -182,10 +253,8 @@@ IDL 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 EWOULDBLOCK on Windows or VMs hosted on Windows.