[New-bugs-announce] [issue23410] Document more BaseHTTPRequestHandler attributes

Martin Panter report at bugs.python.org
Sun Feb 8 11:21:17 CET 2015


New submission from Martin Panter:

[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.

----------
assignee: docs at python
components: Documentation
messages: 235554
nosy: docs at python, vadmium
priority: normal
severity: normal
status: open
title: Document more BaseHTTPRequestHandler attributes
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23410>
_______________________________________


More information about the New-bugs-announce mailing list