From: Guido van Rossum Date: Mon, 5 Oct 2015 16:19:11 +0000 (-0700) Subject: Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) X-Git-Tag: v3.5.1rc1~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eda1955d82d901af7ed730eb5a3996f0d55786ba;p=thirdparty%2FPython%2Fcpython.git Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) --- eda1955d82d901af7ed730eb5a3996f0d55786ba diff --cc Doc/library/asyncio-eventloop.rst index 1de5f7beaf54,e867c80d4ed6..279bc2963632 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@@ -361,11 -392,14 +394,16 @@@ Creating listening connection expire. If not specified will automatically be set to True on UNIX. + * *reuse_port* tells the kernel to allow this endpoint to be bound to the + same port as other existing endpoints are bound to, so long as they all + set this flag when being created. This option is not supported on + Windows. + This method is a :ref:`coroutine `. - On Windows with :class:`ProactorEventLoop`, SSL/TLS is not supported. + .. versionchanged:: 3.5 + + On Windows with :class:`ProactorEventLoop`, SSL/TLS is now supported. .. seealso:: diff --cc Misc/ACKS index a91593e945d3,a40545a89b92..28d25fd3068d --- a/Misc/ACKS +++ b/Misc/ACKS @@@ -812,7 -789,7 +812,8 @@@ Ben Lauri Simon Law Julia Lawall Chris Lawrence +Mark Lawrence + Chris Laws Brian Leair Mathieu Leduc-Hamel Amandine Lee