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 nadeem.vawda
Recipients ajaksu2, calvin, loewis, nadeem.vawda, serhiy.storchaka, yeeeev
Date 2013-01-19.21:57:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358632632.21.0.155131144362.issue1159051@psf.upfronthosting.co.za>
In-reply-to
Content
I've reviewed the patch and posted some comments on Rietveld.


> I doubt about backward compatibility. It's obvious that struct.error and TypeError are unintentional, and EOFError is purposed for this case. However users can catch undocumented but de facto exceptions and doesn't expect EOFError.

I think it's fine for us to change it to raise EOFError in these cases.
History
Date User Action Args
2013-01-19 21:57:12nadeem.vawdasetrecipients: + nadeem.vawda, loewis, calvin, ajaksu2, yeeeev, serhiy.storchaka
2013-01-19 21:57:12nadeem.vawdasetmessageid: <1358632632.21.0.155131144362.issue1159051@psf.upfronthosting.co.za>
2013-01-19 21:57:12nadeem.vawdalinkissue1159051 messages
2013-01-19 21:57:11nadeem.vawdacreate