summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLisa Roach <lisaroach14@gmail.com>2018-11-26 18:43:38 (GMT)
committerGitHub <noreply@github.com>2018-11-26 18:43:38 (GMT)
commit433433fa6d55091600ce88dd19206b3902e0a87d (patch)
tree568dab8c1adcc3e954f012b9b4ae13ac2f5578f6 /Misc
parent75e4699b31d1d88abad097ad13466c5c07711324 (diff)
downloadcpython-433433fa6d55091600ce88dd19206b3902e0a87d.zip
cpython-433433fa6d55091600ce88dd19206b3902e0a87d.tar.gz
cpython-433433fa6d55091600ce88dd19206b3902e0a87d.tar.bz2
Adds IPv6 support when invoking http.server directly. (GH-10595)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-11-18-18-44-40.bpo-24209.p3YWOf.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-11-18-18-44-40.bpo-24209.p3YWOf.rst b/Misc/NEWS.d/next/Library/2018-11-18-18-44-40.bpo-24209.p3YWOf.rst
new file mode 100644
index 0000000..88749e9
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-11-18-18-44-40.bpo-24209.p3YWOf.rst
@@ -0,0 +1 @@
+Adds IPv6 support when invoking http.server directly.