[issue6591] add reference to fcntl.ioctl in the socket module

2009-07-29 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed in r74253. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ ___

[issue6591] add reference to fcntl.ioctl in the socket module

2009-07-28 Thread Gabriel Genellina
New submission from Gabriel Genellina : 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