[issue6085] Logging in BaseHTTPServer.BaseHTTPRequestHandler causes lag

Charles-François Natali report at bugs.python.org
Sat Feb 25 12:41:26 CET 2012


Charles-François Natali <neologix at free.fr> added the comment:

> +1 to Antoine’s proposal of removal.

Agreed.

Here's a patch.

Do note, however, that it's a behavior change: the address_string()
method is documented to return a resolved hostname (when possible).

----------
keywords: +needs review
stage: test needed -> patch review
Added file: http://bugs.python.org/file24637/server_resolve.diff

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


More information about the Python-bugs-list mailing list