diff options
Diffstat (limited to 'Doc/library/select.rst')
-rw-r--r-- | Doc/library/select.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/select.rst b/Doc/library/select.rst index 8feedaa..f5b25db 100644 --- a/Doc/library/select.rst +++ b/Doc/library/select.rst @@ -171,7 +171,9 @@ The module defines the following: :func:`poll` or another interface in this module. This doesn't apply to other kind of file-like objects such as sockets. - This value is guaranteed by POSIX to be at least 512. Availability: Unix. + This value is guaranteed by POSIX to be at least 512. + + .. availability:: Unix .. versionadded:: 3.2 |