]> granicus.if.org Git - python/commit
Wrap all test_nntplib methods accessing a remote server in a transient_internet()
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 18 Nov 2010 17:29:23 +0000 (17:29 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 18 Nov 2010 17:29:23 +0000 (17:29 +0000)
commitde609186fc85b8cfcdc689cb7d5b4319d0e51e35
tree0a5e219b68a690440271234b39daeef34e98386d
parent6a0b5c414cacbf04fd73fc598720a4fc20ec4fc9
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.
Lib/test/test_nntplib.py