1 parent 80b7e22 commit 6cb4b57Copy full SHA for 6cb4b57
1 file changed
Doc/library/asyncio-eventloop.rst
@@ -294,7 +294,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
294
295
.. note::
296
297
- On Mac OS X older than Maverick (10.9), :class:`selectors.KqueueSelector`
+ On Mac OS X older than 10.9 (Mavericks), :class:`selectors.KqueueSelector`
298
does not support character devices like PTY, whereas it is used by the
299
default event loop. The :class:`SelectorEventLoop` can be used with
300
:class:`SelectSelector` to handle character devices.
0 commit comments