Issue 6086: Correct minor typos in doanddont.rst and urllib2.rst howto documents. (original) (raw)

Issue6086

Created on 2009-05-22 10:29 by vshenoy, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc_typo_trunk_may_22_2009.patch vshenoy,2009-05-22 10:30 Patch against trunk.
doc_typo_py3k_may_22_2009.patch vshenoy,2009-05-22 10:30 Patch against py3k.
Messages (2)
msg88189 - (view) Author: Vikram U Shenoy (vshenoy) Date: 2009-05-22 10:29
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.
msg88191 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-05-22 10:44
Committed in trunk r72830 and py3k r72831. Thanks!
History
Date User Action Args
2022-04-11 14:56:49 admin set github: 50336
2009-05-22 10:44:44 georg.brandl set status: open -> closedresolution: acceptedmessages: +
2009-05-22 10:30:41 vshenoy set files: + doc_typo_py3k_may_22_2009.patch
2009-05-22 10:30:17 vshenoy set files: + doc_typo_trunk_may_22_2009.patchkeywords: + patch
2009-05-22 10:29:50 vshenoy create