[issue12797] io.FileIO and io.open should support openat
Ned Deily
report at bugs.python.org
Sun Aug 21 01:34:29 CEST 2011
Ned Deily <nad at acm.org> added the comment:
I believe openat is new to POSIX (mandatory as of POSIX 2008). For example, it's not currently in OS X and apparently was first added to FreeBSD in 8.0. So it would have to be checked by configure and documented as platform-dependent.
----------
nosy: +ned.deily
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12797>
_______________________________________
More information about the Python-bugs-list
mailing list