[Python-bugs-list] [ python-Bugs-231328 ] fcntl module functions should accept file module arguments.

noreply@sourceforge.net noreply@sourceforge.net
Tue, 10 Apr 2001 10:53:24 -0700


Bugs item #231328, was updated on 2001-02-06 13:28
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=231328&group_id=5470

Category: Python Library
Group: Feature Request
Status: Open
Priority: 5
Submitted By: Eric S. Raymond (esr)
Assigned to: A.M. Kuchling (akuchling)
Summary: fcntl module functions should accept file module arguments.

Initial Comment:
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.


----------------------------------------------------------------------

>Comment By: A.M. Kuchling (akuchling)
Date: 2001-04-10 10:53

Message:
Logged In: YES 
user_id=11375

I've let this gather dust long enough; unassigning so
someone else can take responsibility for it.

----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2001-02-08 19:02

Message:
Care to add mmap.mmap while you're at it?

----------------------------------------------------------------------

Comment By: A.M. Kuchling (akuchling)
Date: 2001-02-08 09:24

Message:
Assigning to akuchling.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=231328&group_id=5470