Kaydet (Commit) f3d520cc authored tarafından Georg Brandl's avatar Georg Brandl

#6591: add reference to ioctl in fcntl module for platforms other than Windows.

üst 5b3e7e9c
...@@ -599,6 +599,9 @@ correspond to Unix system calls applicable to sockets. ...@@ -599,6 +599,9 @@ correspond to Unix system calls applicable to sockets.
The :meth:`ioctl` method is a limited interface to the WSAIoctl system The :meth:`ioctl` method is a limited interface to the WSAIoctl system
interface. Please refer to the MSDN documentation for more information. interface. Please refer to the MSDN documentation for more information.
On other platforms, the generic :func:`fcntl.fcntl` and :func:`fcntl.ioctl`
functions may be used; they accept a socket object as their first argument.
.. versionadded:: 2.6 .. versionadded:: 2.6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment