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 vstinner
Recipients Hassan El Karouni, vstinner
Date 2015-08-27.09:42:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440668555.62.0.145794067296.issue24944@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, do you have a file called fcntl.py in your project?

Try:

>>> import fcntl
>>> fcntl.__file__
'/usr/lib64/python2.7/lib-dynload/fcntlmodule.so'

This module should be available on Windows.
History
Date User Action Args
2015-08-27 09:42:35vstinnersetrecipients: + vstinner, Hassan El Karouni
2015-08-27 09:42:35vstinnersetmessageid: <1440668555.62.0.145794067296.issue24944@psf.upfronthosting.co.za>
2015-08-27 09:42:35vstinnerlinkissue24944 messages
2015-08-27 09:42:35vstinnercreate