]> granicus.if.org Git - python/commitdiff
Merge 3.4 (asyncio)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 16:41:05 +0000 (18:41 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 16:41:05 +0000 (18:41 +0200)
1  2 
Doc/library/asyncio-eventloop.rst
Misc/ACKS

index 889c8e251da54753d21d5b5a5c5352ce794af044,78a07a00ddb0ac66a9a7cb57021709b0bd7d54c9..0792a83556f9cfed162179200d9e78e94c2dce3d
@@@ -369,6 -368,10 +372,10 @@@ Creating listening connection
        The function :func:`start_server` creates a (:class:`StreamReader`,
        :class:`StreamWriter`) pair and calls back a function with this pair.
  
 -   .. versionchanged:: 3.4.4
++   .. versionchanged:: 3.5.1
+       The *host* parameter can now be a sequence of strings.
  
  .. coroutinemethod:: BaseEventLoop.create_unix_server(protocol_factory, path=None, \*, sock=None, backlog=100, ssl=None)
  
diff --cc Misc/ACKS
Simple merge