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 gregory.p.smith
Recipients benjamin.peterson, gregory.p.smith, kxroberto
Date 2008-04-12.21:57:08
SpamBayes Score 0.13370213
Marked as misclassified No
Message-id <1208037429.29.0.25526466387.issue1481036@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with EOFError as a child of EnvironmentError is that it
wouldn't conform to EnvironmentError's standard 2-tuple or 3-tuple of
args representing errno and the associate string and optionally filename.

So inserting an exception above EnvironmentError would be a solution to
that for EOFError.  Alternatively, EOFError could have some default
2-tuple values and be a child of EnvironmentError.

thoughts or pronouncements anyone?  (asking python-dev now)
History
Date User Action Args
2008-04-12 21:57:09gregory.p.smithsetspambayes_score: 0.133702 -> 0.13370213
recipients: + gregory.p.smith, kxroberto, benjamin.peterson
2008-04-12 21:57:09gregory.p.smithsetspambayes_score: 0.133702 -> 0.133702
messageid: <1208037429.29.0.25526466387.issue1481036@psf.upfronthosting.co.za>
2008-04-12 21:57:08gregory.p.smithlinkissue1481036 messages
2008-04-12 21:57:08gregory.p.smithcreate