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.

Author ggenellina
Recipients georg.brandl, ggenellina
Date 2009-07-28.11:04:44
SpamBayes Score 0.003581132
Marked as misclassified No
Message-id <1248779087.11.0.343607433403.issue6591@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-07-28 11:04:47ggenellinasetrecipients: + ggenellina, georg.brandl
2009-07-28 11:04:47ggenellinasetmessageid: <1248779087.11.0.343607433403.issue6591@psf.upfronthosting.co.za>
2009-07-28 11:04:45ggenellinalinkissue6591 messages
2009-07-28 11:04:45ggenellinacreate