[New-bugs-announce] [issue7786] Is the BlockingIOError exception an aborted idea?

David Beazley report at bugs.python.org
Tue Jan 26 18:42:34 CET 2010


New submission from David Beazley <dave at dabeaz.com>:

Documentation (e.g., docstrings) for the io module make mention of a BlockingIOError exception that might be raised if operations are performed on a file that's in non-blocking mode.  However, I am unable to get this exception on any operation (instead None is returned for non-blocking).  Moreover, I can't find any reference in the C/Python source for the io module that ever raises this exception.

Perhaps someone can clarify the status of this exception?

----------
components: IO
messages: 98343
nosy: dabeaz
severity: normal
status: open
title: Is the BlockingIOError exception an aborted idea?
type: behavior
versions: Python 3.1

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


More information about the New-bugs-announce mailing list