[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public

Conversation

Copy link
Member

jaraco commented Feb 6, 2019

Copy link
Member Author

jaraco commented Feb 6, 2019

With this patch, I see this behavior:

cpython feature/http-server-bind-ipv6 $ ./python.exe -m http.server --bind localhost                                                                                                     
Serving HTTP on ::1 port 8000 (http://::1:8000/) ...
^C
Keyboard interrupt received, exiting.
cpython feature/http-server-bind-ipv6 $ ./python.exe -m http.server                                                                                                                      
Serving HTTP on :: port 8000 (http://:::8000/) ...
^C
Keyboard interrupt received, exiting.

Copy link
Member Author

jaraco commented Feb 6, 2019

@lisroach Since you reviewed and submitted the last PR on this issue, would you care to comment on or review this also?

Copy link
Member Author

jaraco commented Feb 7, 2019

I'm inclined to proceed with the merge, but happy to iterate further as needed.

jaraco merged commit f289084 into python:master Feb 7, 2019
Copy link

@jaraco: Please replace # with GH- in the commit message next time. Thanks!

jaraco deleted the feature/http-server-bind-ipv6 branch February 7, 2019 13:23
Copy link

rathann commented Mar 21, 2020

Will this be backported to 3.7?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants