From: R. David Murray Date: Wed, 28 Oct 2009 21:40:22 +0000 (+0000) Subject: Blocked revisions 75710 via svnmerge X-Git-Tag: v3.1.2rc1~388 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1531f528b3d89096817824d5c597ca873f59e822;p=python Blocked revisions 75710 via svnmerge ........ r75710 | r.david.murray | 2009-10-26 04:24:14 -0400 (Mon, 26 Oct 2009) | 6 lines Make the XMLRCP CGIHandlerTestCase pass like it did before the change of the test to use StringIO instead of a temp file. There may or may not be an underlying problem here, so this patch makes the test function as originally designed until a determination can be made as to whether or not there is an underlying bug here. See issue 7165 for discussion. ........ ---