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: