[pypy-issue] [issue1017] io.open compatibility error

Pavel tracker at bugs.pypy.org
Tue Jan 24 07:34:35 CET 2012


New submission from Pavel <asl.pavel at gmail.com>:

io.open:
    If the object is in non-blocking mode and no bytes are available,
    None is returned.

but pypy raises:
    IOError: [Errno 11] Resource temporarily unavailable

simple unit test attached.

----------
files: pypy_io_error.py
messages: 3802
nosy: pypy-issue
priority: bug
release: 1.7
status: unread
title: io.open compatibility error

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1017>
________________________________________


More information about the pypy-issue mailing list