commit | 574b1d6a60ed88af366a55aa1d19abf2425ec0c5 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 01 20:20:09 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 01 20:20:09 2009 +0000 |
tree | 9e48e12bf3b122b321ebb3929654e91e10c65f60 | |
parent | 4035aace1adbe76c42847cc76d77a50931fce484 [diff] [blame] |
More versionadded/versionchanged fixes
diff --git a/Doc/library/select.rst b/Doc/library/select.rst index e0e9299..ae5ffa5 100644 --- a/Doc/library/select.rst +++ b/Doc/library/select.rst
@@ -100,7 +100,7 @@ of up to :const:`PIPE_BUF` bytes. This value is guaranteed by POSIX to be at least 512. Availability: Unix. - .. versionadded:: 2.7 + .. versionadded:: 3.2 .. _epoll-objects: