[issue12797] io.FileIO and io.open should support openat

Amaury Forgeot d'Arc report at bugs.python.org
Sat Aug 20 23:17:16 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

A third idea is to find a way to override the low-level open() function (the one that returns a fd).

openat() seems to exist only on Linux, so I'm -1 on adding new parameters to support this function only.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12797>
_______________________________________


More information about the Python-bugs-list mailing list