We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7996d64 commit c12d733Copy full SHA for c12d733
Doc/library/asyncio-eventloop.rst
@@ -1051,7 +1051,7 @@ Watching file descriptors
1051
See also :ref:`Platform Support <asyncio-platform-support>` section
1052
for some limitations of these methods.
1053
1054
-.. versionchanged:: 3.15
+.. versionchanged:: next
1055
1056
Added support for these methods to :class:`ProactorEventLoop`.
1057
Doc/library/asyncio-platforms.rst
@@ -69,7 +69,7 @@ hardware (availability of `HPET
69
<https://en.wikipedia.org/wiki/High_Precision_Event_Timer>`_) and on the
70
Windows configuration.
71
72
-.. versionadded:: 3.15
+.. versionadded:: next
73
74
Support for :meth:`loop.add_reader`, :meth:`loop.add_writer` added to :class:`ProactorEventLoop`.
75
0 commit comments