diff options
author | Eric V. Smith <eric@trueblade.com> | 2014-01-25 10:12:11 (GMT) |
---|---|---|
committer | Eric V. Smith <eric@trueblade.com> | 2014-01-25 10:12:11 (GMT) |
commit | df9db26902a4f9ef24233194e6d8ba55f44e2536 (patch) | |
tree | 05800b0ca46de81a47f5fe8392bb1b92a7fb79b4 /Doc | |
parent | 1bc4bb2af1f8860517d57f363c27c0e30cda206b (diff) | |
parent | b72e69e52958ca4f381ef1f4a6f2130a7a31f4bf (diff) | |
download | cpython-df9db26902a4f9ef24233194e6d8ba55f44e2536.zip cpython-df9db26902a4f9ef24233194e6d8ba55f44e2536.tar.gz cpython-df9db26902a4f9ef24233194e6d8ba55f44e2536.tar.bz2 |
Fix grammar: merge with 3.3.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index b44a2fe..cda63e4 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1767,7 +1767,7 @@ sched select ------ -Solaris and derivatives platforms have a new class :class:`select.devpoll` +Solaris and derivative platforms have a new class :class:`select.devpoll` for high performance asynchronous sockets via :file:`/dev/poll`. (Contributed by Jesús Cea Avión in :issue:`6397`.) |