[New-bugs-announce] [issue11227] [DOC] asyncore - use 'Host' header in HTTP example

Sandro Tosi report at bugs.python.org
Thu Feb 17 00:26:29 CET 2011


New submission from Sandro Tosi <sandro.tosi at gmail.com>:

Hi, following up http://mail.python.org/pipermail/docs/2011-February/003096.html I wrote a patch to introduce the 'Host' header in the HTTP example of asyncore doc. I've also fixed an indentation error with the last 2 lines of the same example (simple cut&paste would fail with "unexpected intentantion").

Given it's a doc issue, and it quite easy, I think it should be backported to the current on-maintainence releases (the example fails on all of them).

----------
assignee: sandro.tosi
components: Documentation
files: asyncore-use-host-header-py3k.patch
keywords: patch
messages: 128700
nosy: sandro.tosi
priority: low
severity: normal
stage: patch review
status: open
title: [DOC] asyncore - use 'Host' header in HTTP example
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file20774/asyncore-use-host-header-py3k.patch

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


More information about the New-bugs-announce mailing list