We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c1740 commit b278ac4Copy full SHA for b278ac4
Doc/lib/libsocket.tex
@@ -480,6 +480,10 @@ \subsection{Socket Objects \label{socket-objects}}
480
\begin{methoddesc}[socket]{fileno}{}
481
Return the socket's file descriptor (a small integer). This is useful
482
with \function{select.select()}.
483
+
484
+Under Windows the small integer returned by this method cannot be used where
485
+a file descriptor can be used (such as \function{os.fdopen()}). \UNIX{} does
486
+not have this limitation.
487
\end{methoddesc}
488
489
\begin{methoddesc}[socket]{getpeername}{}
0 commit comments