New submission from Gabriel Genellina <gagsl-...@yahoo.com.ar>:

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.

----------
assignee: georg.brandl
components: Documentation
files: socket.diff
keywords: patch
messages: 91004
nosy: gagenellina, georg.brandl
severity: normal
status: open
title: add reference to fcntl.ioctl in the socket module
type: feature request
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file14583/socket.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6591>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to