mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Fix doc reference to OS X 10.9 Mavericks.
This commit is contained in:
parent
041ff9be13
commit
eecbbad89b
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
|
|||
|
||||
.. 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
|
||||
default event loop. The :class:`SelectorEventLoop` can be used with
|
||||
:class:`SelectSelector` to handle character devices.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue