summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-05-29-18-34-53.bpo-33530._4Q_bi.rst
blob: 747219b1bfb89981a297b5bac04924c923c0091a (plain)
1
2
3
Implemented Happy Eyeballs in `asyncio.create_connection()`. Added two new
arguments, *happy_eyeballs_delay* and *interleave*,
to specify Happy Eyeballs behavior.