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@python
components: Documentation
messages: 235554
nosy: docs@python, vadmium
priority: normal
severity: normal
status: open
title: Document more BaseHTTPRequestHandler attributes
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23410>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to