Skip to content

Commit 805e27e

Browse files
authored
bpo-33649: Fix asyncio-dev (GH-9324)
1 parent afde1c1 commit 805e27e

File tree

6 files changed

+166
-339
lines changed

6 files changed

+166
-339
lines changed

Doc/library/asyncio-api-index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Utilities to run asyncio programs, create Tasks, and
1515
await on multiple things with timeouts.
1616

1717
.. list-table::
18-
:widths: 30 70
18+
:widths: 50 50
1919

2020
* - :func:`run`
2121
- Create event loop, run a coroutine, close the loop.
@@ -71,7 +71,7 @@ implement connection pools, and pub/sub patterns.
7171

7272

7373
.. list-table::
74-
:widths: 30 70
74+
:widths: 50 50
7575

7676
* - :class:`Queue`
7777
- A FIFO queue.
@@ -97,7 +97,7 @@ Subprocesses
9797
Utilities to spawn subprocesses and run shell commands.
9898

9999
.. list-table::
100-
:widths: 30 70
100+
:widths: 50 50
101101

102102
* - ``await`` :func:`create_subprocess_exec`
103103
- Create a subprocess.
@@ -120,7 +120,7 @@ Streams
120120
High-level APIs to work with network IO.
121121

122122
.. list-table::
123-
:widths: 30 70
123+
:widths: 50 50
124124

125125
* - ``await`` :func:`open_connection`
126126
- Establish a TCP connection.
@@ -155,7 +155,7 @@ Synchronization
155155
Threading-like synchronization primitives that can be used in Tasks.
156156

157157
.. list-table::
158-
:widths: 30 70
158+
:widths: 50 50
159159

160160
* - :class:`Lock`
161161
- A mutex lock.
@@ -185,7 +185,7 @@ Exceptions
185185
==========
186186

187187
.. list-table::
188-
:widths: 30 70
188+
:widths: 50 50
189189

190190

191191
* - :exc:`asyncio.TimeoutError`

0 commit comments

Comments
 (0)