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 vshenoy
Recipients georg.brandl, vshenoy
Date 2009-05-22.10:29:49
SpamBayes Score 0.007316098
Marked as misclassified No
Message-id <1242988191.07.0.296815205592.issue6086@psf.upfronthosting.co.za>
In-reply-to
Content
Attached are two patches (for trunk and py3k):

* Correct a trivial typo in doanddont.rst

* Correct a mistake in urllib2.rst, where URLError was being used
instead of the HTTPError, in case the urllib2.urlopen() was raising an
exception.
History
Date User Action Args
2009-05-22 10:29:51vshenoysetrecipients: + vshenoy, georg.brandl
2009-05-22 10:29:51vshenoysetmessageid: <1242988191.07.0.296815205592.issue6086@psf.upfronthosting.co.za>
2009-05-22 10:29:49vshenoylinkissue6086 messages
2009-05-22 10:29:49vshenoycreate