summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-01-28 21:08:32 (GMT)
committerGitHub <noreply@github.com>2018-01-28 21:08:32 (GMT)
commit0ceb717689b04c0540d78c1ba93c0572c66c0994 (patch)
treee6efcf4720cbd563c3f7f537389165d05723d8a4 /Misc/NEWS.d/next
parentf36ba12809d5db1b76464d8f1f04dad8d685ec78 (diff)
downloadcpython-0ceb717689b04c0540d78c1ba93c0572c66c0994.zip
cpython-0ceb717689b04c0540d78c1ba93c0572c66c0994.tar.gz
cpython-0ceb717689b04c0540d78c1ba93c0572c66c0994.tar.bz2
Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394)
This reverts commit 47c0b1f7d4115e6f15e6776c1f91d28e7d96fe0c.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2017-12-06-10-10-10.bpo-32221.ideco_.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-12-06-10-10-10.bpo-32221.ideco_.rst b/Misc/NEWS.d/next/Library/2017-12-06-10-10-10.bpo-32221.ideco_.rst
deleted file mode 100644
index a88dcf4..0000000
--- a/Misc/NEWS.d/next/Library/2017-12-06-10-10-10.bpo-32221.ideco_.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Various functions returning tuple containig IPv6 addresses now omit ``%scope``
-part since the same information is already encoded in *scopeid* tuple item.
-Especially this speeds up :func:`socket.recvfrom` when it receives multicast
-packet since useless resolving of network interface name is omitted.