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 felipecruz
Recipients felipecruz, neologix, pitrou, vstinner
Date 2012-10-03.14:23:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349274197.16.0.980899350684.issue16105@psf.upfronthosting.co.za>
In-reply-to
Content
> Why limit to EBADF? You could also have EPIPE, EINVAL and many other errors.
> The only error you may not want to report is EAGAIN.

Charles,
You're right! If all errno cases get covered in the patch,  will It looks reasonable?
History
Date User Action Args
2012-10-03 14:23:17felipecruzsetrecipients: + felipecruz, pitrou, vstinner, neologix
2012-10-03 14:23:17felipecruzsetmessageid: <1349274197.16.0.980899350684.issue16105@psf.upfronthosting.co.za>
2012-10-03 14:23:17felipecruzlinkissue16105 messages
2012-10-03 14:23:17felipecruzcreate