[issue5319] I/O error during one-liner fails to return OS error status

Mike Coleman report at bugs.python.org
Thu Feb 19 18:43:12 CET 2009


Mike Coleman <mkc at users.sourceforge.net> added the comment:

Oops, I should have used the old python print syntax.  Nonetheless, the
behavior is the same:

$ python2.5 -c 'print 1, 2, 3' > /dev/full || echo error status
close failed: [Errno 28] No space left on device
$

----------
components: +Interpreter Core

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


More information about the Python-bugs-list mailing list