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 martin.panter
Recipients docs@python, martin.panter
Date 2015-02-08.10:21:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423390877.64.0.272904715009.issue23410@psf.upfronthosting.co.za>
In-reply-to
Content
[Padding to avoid Error: 'utf8' codec can't decode bytes in position 189-190: invalid continuation byte]

This is a patch to document two attributes of http.server.BaseHTTPRequestHandler: “close_connection” and “requestline”. Normally these are set by the handle_one_request() method, but when overriding that method, you need to know to set these attributes.
History
Date User Action Args
2015-02-08 10:21:17martin.pantersetrecipients: + martin.panter, docs@python
2015-02-08 10:21:17martin.pantersetmessageid: <1423390877.64.0.272904715009.issue23410@psf.upfronthosting.co.za>
2015-02-08 10:21:17martin.panterlinkissue23410 messages
2015-02-08 10:21:17martin.pantercreate