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: http.server module: grammar fix
Type: behavior Stage:
Components: Documentation Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, python-dev, r.david.murray, tshepang
Priority: normal Keywords: patch

Created on 2012-04-11 21:38 by tshepang, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
grammar.diff tshepang, 2012-04-11 21:38 review
Messages (2)
msg158090 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-04-12 00:41
New changeset ed5788424c34 by R David Murray in branch '3.2':
#14553: fix word order.
http://hg.python.org/cpython/rev/ed5788424c34

New changeset bd353f12c007 by R David Murray in branch 'default':
Merge doc fixes #14553 and #14552.
http://hg.python.org/cpython/rev/bd353f12c007
msg158091 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-04-12 00:43
Thanks.
History
Date User Action Args
2022-04-11 14:57:29adminsetgithub: 58758
2012-04-12 00:43:05r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg158091

type: behavior
resolution: fixed
2012-04-12 00:41:06python-devsetnosy: + python-dev
messages: + msg158090
2012-04-11 21:38:39tshepangcreate