summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authoropavlyuk <40970635+opavlyuk@users.noreply.github.com>2020-02-26 14:33:57 (GMT)
committerGitHub <noreply@github.com>2020-02-26 14:33:57 (GMT)
commit21da76d1f1b527d62b2e9ef79dd9aa514d996341 (patch)
tree30f79bd48835216ed7d4e5275f5ccab93a8b688e /Misc/NEWS.d
parentbe7ead62db9a1db3e2cd997b0beffd4480e51f5c (diff)
downloadcpython-21da76d1f1b527d62b2e9ef79dd9aa514d996341.zip
cpython-21da76d1f1b527d62b2e9ef79dd9aa514d996341.tar.gz
cpython-21da76d1f1b527d62b2e9ef79dd9aa514d996341.tar.bz2
bpo-34788: Add support for scoped IPv6 addresses (GH-13772)
Automerge-Triggered-By: @asvetlov
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2019-07-17-08-26-14.bpo-34788.pwV1OK.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-07-17-08-26-14.bpo-34788.pwV1OK.rst b/Misc/NEWS.d/next/Library/2019-07-17-08-26-14.bpo-34788.pwV1OK.rst
new file mode 100644
index 0000000..db6f6d54
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-07-17-08-26-14.bpo-34788.pwV1OK.rst
@@ -0,0 +1,2 @@
+Add support for scoped IPv6 addresses to :mod:`ipaddress`. Patch by Oleksandr
+Pavliuk.