[issue4991] os.fdopen doesn't raise on invalid file descriptors

Antoine Pitrou report at bugs.python.org
Mon Jan 19 00:21:52 CET 2009


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

I think EBADF is defined everywhere, so you can drop the defined()
conditional.

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


More information about the Python-bugs-list mailing list