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.

classification
Title: Correct minor typos in doanddont.rst and urllib2.rst howto documents.
Type: Stage:
Components: Documentation Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, vshenoy
Priority: normal Keywords: patch

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:49adminsetgithub: 50336
2009-05-22 10:44:44georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg88191
2009-05-22 10:30:41vshenoysetfiles: + doc_typo_py3k_may_22_2009.patch
2009-05-22 10:30:17vshenoysetfiles: + doc_typo_trunk_may_22_2009.patch
keywords: + patch
2009-05-22 10:29:50vshenoycreate