@@ -343,7 +343,7 @@ Creating Futures and Tasks
343
343
the name of the task using :meth: `Task.set_name `.
344
344
345
345
.. versionchanged :: 3.8
346
- Added the `` name `` parameter.
346
+ Added the * name * parameter.
347
347
348
348
.. method :: loop.set_task_factory(factory)
349
349
@@ -456,7 +456,20 @@ Opening network connections
456
456
to wait for the TLS handshake to complete before aborting the connection.
457
457
``60.0 `` seconds if ``None `` (default).
458
458
459
- .. versionadded :: 3.8
459
+ .. versionchanged :: 3.5
460
+
461
+ Added support for SSL/TLS in :class: `ProactorEventLoop `.
462
+
463
+ .. versionchanged :: 3.6
464
+
465
+ The socket option :py:data: `~socket.TCP_NODELAY ` is set by default
466
+ for all TCP connections.
467
+
468
+ .. versionchanged :: 3.7
469
+
470
+ Added the *ssl_handshake_timeout * parameter.
471
+
472
+ .. versionchanged :: 3.8
460
473
461
474
Added the *happy_eyeballs_delay * and *interleave * parameters.
462
475
@@ -471,19 +484,6 @@ Opening network connections
471
484
472
485
For more information: https://tools.ietf.org/html/rfc6555
473
486
474
- .. versionadded :: 3.7
475
-
476
- The *ssl_handshake_timeout * parameter.
477
-
478
- .. versionchanged :: 3.6
479
-
480
- The socket option :py:data: `~socket.TCP_NODELAY ` is set by default
481
- for all TCP connections.
482
-
483
- .. versionchanged :: 3.5
484
-
485
- Added support for SSL/TLS in :class: `ProactorEventLoop `.
486
-
487
487
.. seealso ::
488
488
489
489
The :func: `open_connection ` function is a high-level alternative
@@ -588,12 +588,8 @@ Opening network connections
588
588
589
589
.. availability :: Unix.
590
590
591
- .. versionadded :: 3.7
592
-
593
- The *ssl_handshake_timeout * parameter.
594
-
595
591
.. versionchanged :: 3.7
596
-
592
+ Added the * ssl_handshake_timeout * parameter.
597
593
The *path * parameter can now be a :term: `path-like object `.
598
594
599
595
@@ -672,15 +668,6 @@ Creating network servers
672
668
:meth: `Server.serve_forever ` to make the server to start accepting
673
669
connections.
674
670
675
- .. versionadded :: 3.7
676
-
677
- Added *ssl_handshake_timeout * and *start_serving * parameters.
678
-
679
- .. versionchanged :: 3.6
680
-
681
- The socket option :py:data: `~socket.TCP_NODELAY ` is set by default
682
- for all TCP connections.
683
-
684
671
.. versionchanged :: 3.5
685
672
686
673
Added support for SSL/TLS in :class: `ProactorEventLoop `.
@@ -689,6 +676,12 @@ Creating network servers
689
676
690
677
The *host * parameter can be a sequence of strings.
691
678
679
+ .. versionchanged :: 3.6
680
+
681
+ Added *ssl_handshake_timeout * and *start_serving * parameters.
682
+ The socket option :py:data: `~socket.TCP_NODELAY ` is set by default
683
+ for all TCP connections.
684
+
692
685
.. seealso ::
693
686
694
687
The :func: `start_server ` function is a higher-level alternative API
@@ -713,12 +706,9 @@ Creating network servers
713
706
714
707
.. availability :: Unix.
715
708
716
- .. versionadded :: 3.7
717
-
718
- The *ssl_handshake_timeout * and *start_serving * parameters.
719
-
720
709
.. versionchanged :: 3.7
721
710
711
+ Added the *ssl_handshake_timeout * and *start_serving * parameters.
722
712
The *path * parameter can now be a :class: `~pathlib.Path ` object.
723
713
724
714
.. coroutinemethod :: loop.connect_accepted_socket(protocol_factory, \
@@ -746,11 +736,11 @@ Creating network servers
746
736
747
737
Returns a ``(transport, protocol) `` pair.
748
738
749
- .. versionadded :: 3.7
739
+ .. versionadded :: 3.5.3
750
740
751
- The * ssl_handshake_timeout * parameter.
741
+ .. versionchanged :: 3.7
752
742
753
- .. versionadded :: 3.5.3
743
+ Added the * ssl_handshake_timeout * parameter.
754
744
755
745
756
746
Transferring files
0 commit comments