]> granicus.if.org Git - python/commit
Catch socket errors that are often the cause of transient failures.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 27 Jan 2008 17:11:11 +0000 (17:11 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 27 Jan 2008 17:11:11 +0000 (17:11 +0000)
commit183c5346fef1d61badd9ce0b1c08a014d2bff874
tree8b91d3f06e11bae5be987bd50356b049ba0badf5
parent9846de1dfbc0ccff160bea198a506df97228f493
Catch socket errors that are often the cause of transient failures.
Many of these exceptions are due to resource unavailable, so the
existing code should be able to handle many more spurious errors.
Lib/test/test_xmlrpc.py