This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Arfrever, amaury.forgeotdarc, exarkun, gvanrossum, marduk, ocean-city, pitrou, zmedico
Date 2010-04-10.22:03:48
SpamBayes Score 0.0012609375
Marked as misclassified No
Message-id <1270937032.47.0.858467085674.issue5380@psf.upfronthosting.co.za>
In-reply-to
Content
It turns out isatty() returns True for fds created by openpty(), which helps quite a bit: we can silence EIO for ttys while keeping it for non-ttys, where a low-level I/O (hardware) error should be raised properly.
Here is a patch for trunk.
History
Date User Action Args
2010-04-10 22:03:52pitrousetrecipients: + pitrou, gvanrossum, exarkun, amaury.forgeotdarc, ocean-city, Arfrever, marduk, zmedico
2010-04-10 22:03:52pitrousetmessageid: <1270937032.47.0.858467085674.issue5380@psf.upfronthosting.co.za>
2010-04-10 22:03:51pitroulinkissue5380 messages
2010-04-10 22:03:50pitroucreate