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 jjlee
Recipients devloop, jjlee
Date 2008-12-02.14:43:11
SpamBayes Score 0.00018455538
Marked as misclassified No
Message-id <1228228992.42.0.451620331507.issue1537445@psf.upfronthosting.co.za>
In-reply-to
Content
urlopen() raises URLError, .read() may raise other errors.  I don't
think that's a bug in itself, though no doubt:

 1. The documentation of exceptions raised could and should be improved
 2. The exceptions that can be raised are likely still inconsistent
(though this has improved in Python 2.6, I think)

Recommend closing this bug.

Please open other bugs about the issues above if you have patches.
History
Date User Action Args
2008-12-02 14:43:12jjleesetrecipients: + jjlee, devloop
2008-12-02 14:43:12jjleesetmessageid: <1228228992.42.0.451620331507.issue1537445@psf.upfronthosting.co.za>
2008-12-02 14:43:11jjleelinkissue1537445 messages
2008-12-02 14:43:11jjleecreate