commit | de609186fc85b8cfcdc689cb7d5b4319d0e51e35 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Nov 18 17:29:23 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Nov 18 17:29:23 2010 +0000 |
tree | 0a5e219b68a690440271234b39daeef34e98386d | |
parent | 6a0b5c414cacbf04fd73fc598720a4fc20ec4fc9 [diff] |
Wrap all test_nntplib methods accessing a remote server in a transient_internet() exception catcher. Wrapping the initial connection routine is not sufficient as network timeouts can then occur as part of NNTP commands.