[issue4761] create Python wrappers for openat() and others

Martin v. Löwis report at bugs.python.org
Sun Dec 28 21:26:07 CET 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

There is a tradition that any POSIX calls are added to the POSIX module
without much discussion, provided that
a) there is an autoconf test testing for their presence, and
b) they expose the API as-is, i.e. without second-guessing the designers
of the original API.

So contributions are welcome.

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


More information about the Python-bugs-list mailing list