library, and does not handle file descriptors that don't originate from
WinSock.
-.. attribute:: select.PIPE_BUF
+.. attribute:: PIPE_BUF
The minimum number of bytes which can be written without blocking to a pipe
when the pipe has been reported as ready for writing by :func:`select`,
------
The :mod:`select` module now exposes a new, constant attribute,
-:attr:`~select.PIPE_BUF`, which gives the minimum number of files that are
-guaranteed to not block on a write by the :func:`~select.select` or
-:func:`~select.poll` functions.
+:attr:`~select.PIPE_BUF`, which gives the minimum number of bytes which are
+guaranteed not to block when :func:`select.select` says a pipe is ready
+for writing.
>>> import select
>>> select.PIPE_BUF