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 petri.lehtinen
Recipients docs@python, jaraco, petri.lehtinen
Date 2011-10-26.06:03:20
SpamBayes Score 1.6277152e-10
Marked as misclassified No
Message-id <1319609001.29.0.984494426255.issue13211@psf.upfronthosting.co.za>
In-reply-to
Content
> It appears the Python 3.2 docs no longer include documentation for URLError

Both URLError and HTTPError are documented in 3.2 and 3.3:

http://docs.python.org/py3k/library/urllib.error.html#urllib.error.URLError

http://docs.python.org/dev/library/urllib.error.html#urllib.error.URLError

It needs to be investigated whether each point raising a HTTPError sets a good msg. If this is the case, reason can be aliased to msg.

This could be done for 2.7, too, because this is a bug (deviation from what the documentation says) rather than a new feature.
History
Date User Action Args
2011-10-26 06:03:21petri.lehtinensetrecipients: + petri.lehtinen, jaraco, docs@python
2011-10-26 06:03:21petri.lehtinensetmessageid: <1319609001.29.0.984494426255.issue13211@psf.upfronthosting.co.za>
2011-10-26 06:03:20petri.lehtinenlinkissue13211 messages
2011-10-26 06:03:20petri.lehtinencreate