Martin Panter added the comment:

It seems to me that raising OSError isn’t quite right. Either the error is more 
of an internal programmer error, like how writing to a closed file object 
raises ValueError, or there should not be an error, like when the process has 
terminated but has not been reaped, or when closing an already-closed file.

----------
components: +Interpreter Core -Library (Lib)
nosy: +vadmium

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

Reply via email to