[issue1488934] file.write + closed pipe = no error

Erik Demaine report at bugs.python.org
Wed Jan 12 19:30:25 CET 2011


Erik Demaine <edemaine at mit.edu> added the comment:

I just tested on Python 2.5.2, 2.6.2, and 3.0.1, and I could not reproduce the error (using the code in msg28537).  It would seem that file.flush is catching the problem, even though file.write is ignoring the error, but I can't see any changes since 1.5.2 that would have changed this behavior of file.flush.  So I'm not sure what happened, but at least it seems to no longer be a bug.  Closing.

----------
status: pending -> closed

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


More information about the Python-bugs-list mailing list