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 eric.smith
Recipients Alexander Riccio, eric.smith, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-10-15.13:04:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444914287.12.0.0322535344653.issue25386@psf.upfronthosting.co.za>
In-reply-to
Content
That's a great test, thanks.

If we were designing this from scratch, I agree that raising an exception is the right thing to do. But the questions is: can we change the behavior now?

I think it's unlikely that anyone is relying on these functions returning [W]EOF, and that raising an exception is unlikely to cause problems.

I'm curious: did you [Alexander] have some code where you're actually expecting an exception, or did you just stumble across this case?
History
Date User Action Args
2015-10-15 13:04:47eric.smithsetrecipients: + eric.smith, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, Alexander Riccio
2015-10-15 13:04:47eric.smithsetmessageid: <1444914287.12.0.0322535344653.issue25386@psf.upfronthosting.co.za>
2015-10-15 13:04:47eric.smithlinkissue25386 messages
2015-10-15 13:04:46eric.smithcreate