[Python-bugs-list] [Bug #131328] fcntl module functions should accept file module arguments.

noreply@sourceforge.net noreply@sourceforge.net
Tue, 06 Feb 2001 13:28:53 -0800


Bug #131328, was updated on 2001-Feb-06 13:28
Here is a current snapshot of the bug.

Project: Python
Category: Python Library
Status: Open
Resolution: None
Bug Group: Feature Request
Priority: 5
Submitted by: esr
Assigned to : nobody
Summary: fcntl module functions should accept file module arguments.

Details: The functions in the standard library fcntl module require
integer
(file descriptor) arguments.  They should accept arguments with a
fileno() method as well, in particular file objects.


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=131328&group_id=5470