Message7517
"""
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? |
|
Date |
User |
Action |
Args |
2012-11-07 22:39:06 | amak | set | messageid: <1352327946.16.0.193996967412.issue1943@psf.upfronthosting.co.za> |
2012-11-07 22:39:06 | amak | set | recipients:
+ amak, wbrana |
2012-11-07 22:39:06 | amak | link | issue1943 messages |
2012-11-07 22:39:05 | amak | create | |
|