[issue11812] transient socket failure to connect to 'localhost'

Antoine Pitrou report at bugs.python.org
Tue Nov 8 14:58:23 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> Consider too that if something goes bad enough in the test to skip the
> teardown method,

Such as? tearDown is normally like a "finally" block, it always gets
executed (unless perhaps setUp fails).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11812>
_______________________________________


More information about the Python-bugs-list mailing list