[issue9572] IOError or OSError in test_multiprocessing

Brett Cannon report at bugs.python.org
Thu Aug 26 23:09:02 CEST 2010


Brett Cannon <brett at python.org> added the comment:

r84329 has the fix. I decided to catch IOError and OSError separately rather than EnvironmentError as a blanket 'except' clause; explicit is better than implicit and all.

----------
status: open -> closed

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


More information about the Python-bugs-list mailing list