]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Modify to allow file objects wherever file descriptors are needed.
authorFred Drake <fdrake@acm.org>
Wed, 9 May 2001 21:02:02 +0000 (21:02 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 9 May 2001 21:02:02 +0000 (21:02 +0000)
commit152a25ee1c55e200edf672aa3d6c5b1a061c6c8f
treece0cbdfe843756e1527888a8db88dc69371709e0
parentc99ff60573f00d7fe35cafcc0f2594f24bfe65bd
Modify to allow file objects wherever file descriptors are needed.
This closes SF bug #231328.

Added all constants needed to use the functions defined in this module
that are not defined elsewhere (the O_* symbols are available in the
os module).  No additonal modules are needed to use this now.
Modules/fcntlmodule.c