This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Link Mauve
Recipients Link Mauve
Date 2015-05-16.13:54:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431784485.93.0.0140060801451.issue24209@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-05-16 13:54:45Link Mauvesetrecipients: + Link Mauve
2015-05-16 13:54:45Link Mauvesetmessageid: <1431784485.93.0.0140060801451.issue24209@psf.upfronthosting.co.za>
2015-05-16 13:54:45Link Mauvelinkissue24209 messages
2015-05-16 13:54:45Link Mauvecreate