Antoine Pitrou <pit...@free.fr> added the comment:

There is no need to write:

       try:
           [...]
       except IOError as err:
           self.fail(err)

Just let the exception be raised and produce an error.

----------
nosy: +pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2846>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to