[New-bugs-announce] [issue5320] I/O error during one-liner gives bad diagnostic (and fails to return OS error status)

Mike Coleman report at bugs.python.org
Thu Feb 19 18:45:15 CET 2009


New submission from Mike Coleman <mkc at users.sourceforge.net>:

$ python2.6 -c 'print 1, 2, 3' > /dev/full || echo error status
close failed in file object destructor:
Error in sys.excepthook:

Original exception was:
$

It seems like something other than blank lines should be printed here.

----------
components: Interpreter Core
messages: 82485
nosy: mkc
severity: normal
status: open
title: I/O error during one-liner gives bad diagnostic (and fails to return OS error status)
type: behavior
versions: Python 2.6

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


More information about the New-bugs-announce mailing list