This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: add reference to fcntl.ioctl in the socket module
Type: enhancement Stage:
Components: Documentation Versions: Python 3.2, Python 2.7
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, ggenellina
Priority: normal Keywords: patch

Created on 2009-07-28 11:04 by ggenellina, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
socket.diff ggenellina, 2009-07-28 11:04 socket.rst patch against trunk
Messages (2)
msg91004 - (view) Author: Gabriel Genellina (ggenellina) Date: 2009-07-28 11:04
socket.ioctl says it is Windows specific, and people may think there 
is no way to use ioctl with sockets in non-Windows platforms (see 
http://groups.google.com/group/comp.lang.python/browse_thread/
thread/246f4522ad215d74 )
This doc patch adds a reference to the fcntl.fcntl and fcntl.ioctl 
functions so people is aware of them.
msg91041 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-07-29 16:09
Thanks, committed in r74253.
History
Date User Action Args
2022-04-11 14:56:51adminsetgithub: 50840
2009-07-29 16:09:24georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg91041
2009-07-28 11:04:45ggenellinacreate