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 Shane Smith
Recipients Shane Smith, jaraco, xtreak
Date 2020-01-05.20:07:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578254856.59.0.311302642832.issue39211@roundup.psfhosted.org>
In-reply-to
Content
Jason, thank you for the primer.

> Nevertheless, when I tried the same thing on my Windows machine, I got a different outcome. The server bound to [::0] but was unreachable on http://127.0.0.1:8000.

Perhaps it's an issue with IPv4 addresses in general for Python 3.8 on Windows when they are not directly bound during invocation of the server.  I used to be able to reach the server with http://<my_ipv4_address>:8080/ (this was my initial surprise), but now this behavior doesn't work for me.  However, on further testing http://<my_ipv6_address>:8080/ DOES work.
History
Date User Action Args
2020-01-05 20:07:36Shane Smithsetrecipients: + Shane Smith, jaraco, xtreak
2020-01-05 20:07:36Shane Smithsetmessageid: <1578254856.59.0.311302642832.issue39211@roundup.psfhosted.org>
2020-01-05 20:07:36Shane Smithlinkissue39211 messages
2020-01-05 20:07:36Shane Smithcreate