summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-05-29-18-34-53.bpo-33530._4Q_bi.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-05-29-18-34-53.bpo-33530._4Q_bi.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-05-29-18-34-53.bpo-33530._4Q_bi.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-05-29-18-34-53.bpo-33530._4Q_bi.rst b/Misc/NEWS.d/next/Library/2018-05-29-18-34-53.bpo-33530._4Q_bi.rst
deleted file mode 100644
index 747219b..0000000
--- a/Misc/NEWS.d/next/Library/2018-05-29-18-34-53.bpo-33530._4Q_bi.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Implemented Happy Eyeballs in `asyncio.create_connection()`. Added two new
-arguments, *happy_eyeballs_delay* and *interleave*,
-to specify Happy Eyeballs behavior.