]> granicus.if.org Git - python/commit
Don't invoke reload(sys) and use StringIO objects instead of real files to capture...
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 17 Oct 2009 15:09:41 +0000 (15:09 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 17 Oct 2009 15:09:41 +0000 (15:09 +0000)
commit8c1ffeb614406ecaad651609f25f7bffee6237aa
tree22cbffbfb40a5110d60630763226d9dc33d2994b
parent7df72dcdf9219db2f10889809d75f9bd8a99c14f
Don't invoke reload(sys) and use StringIO objects instead of real files to capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs)
Lib/test/test_support.py
Lib/test/test_xmlrpc.py