[New-bugs-announce] [issue24209] Allow IPv6 bind in http.server

Link Mauve report at bugs.python.org
Sat May 16 15:54:45 CEST 2015


New submission from Link Mauve:

When running `python -m http.server -b ::` (or any other IPv6), I’d expect people to be able to download from my IPv6.

This patch fixes that issue.

I also tested it on a dual-stack kernel, IPv4 requests work just fine and appear as ::ffff:127.0.0.1 for example.

----------
components: Library (Lib)
files: ipv6.patch
keywords: patch
messages: 243317
nosy: Link Mauve
priority: normal
severity: normal
status: open
title: Allow IPv6 bind in http.server
type: enhancement
versions: Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file39390/ipv6.patch

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


More information about the New-bugs-announce mailing list