Message7517

Author amak
Recipients amak, wbrana
Date 2012-11-07.22:39:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352327946.16.0.193996967412.issue1943@psf.upfronthosting.co.za>
In-reply-to
Content
"""
35.10. fcntl — The fcntl() and ioctl() system calls

Platforms: Unix

This module performs file control and I/O control on file descriptors. It is an interface to the fcntl() and ioctl() Unix routines.
"""

http://docs.python.org/2/library/fcntl.html

DO you expect that this should work on jython on non-Unix platforms?

Should it work on Windows? It doesn't on cpython.

What do you want to use the fcntl module for?
History
Date User Action Args
2012-11-07 22:39:06amaksetmessageid: <1352327946.16.0.193996967412.issue1943@psf.upfronthosting.co.za>
2012-11-07 22:39:06amaksetrecipients: + amak, wbrana
2012-11-07 22:39:06amaklinkissue1943 messages
2012-11-07 22:39:05amakcreate