mirror of https://github.com/python/cpython
Fix doc reference to OS X 10.9 Mavericks.
This commit is contained in:
parent
041ff9be13
commit
eecbbad89b
|
@ -294,7 +294,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
On Mac OS X older than Maverick (10.9), :class:`selectors.KqueueSelector`
|
On Mac OS X older than 10.9 (Mavericks), :class:`selectors.KqueueSelector`
|
||||||
does not support character devices like PTY, whereas it is used by the
|
does not support character devices like PTY, whereas it is used by the
|
||||||
default event loop. The :class:`SelectorEventLoop` can be used with
|
default event loop. The :class:`SelectorEventLoop` can be used with
|
||||||
:class:`SelectSelector` to handle character devices.
|
:class:`SelectSelector` to handle character devices.
|
||||||
|
|
Loading…
Reference in New Issue