File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1055,6 +1055,7 @@ for some limitations of these methods.
10551055
10561056 Added support for these methods to :class: `ProactorEventLoop `.
10571057
1058+
10581059Working with socket objects directly
10591060^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10601061
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ All event loops on Windows do not support the following methods:
6060:class: `ProactorEventLoop ` has the following limitations:
6161
6262* :meth: `loop.add_reader ` and :meth: `loop.add_writer ` only accept
63- socket handles (e.g. pipe file descriptors are not supported).
63+ socket handles (for example, pipe file descriptors are not supported).
6464 When called, :func: `select.select ` is run in an additional thread.
6565
6666The resolution of the monotonic clock on Windows is usually around 15.6
@@ -73,6 +73,7 @@ Windows configuration.
7373
7474 Support for :meth: `loop.add_reader `, :meth: `loop.add_writer ` added to :class: `ProactorEventLoop `.
7575
76+
7677.. _asyncio-windows-subprocess :
7778
7879Subprocess Support on Windows
You can’t perform that action at this time.
0 commit comments