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

Serhiy Storchaka report at bugs.python.org
Sat Mar 10 23:24:20 CET 2012


Serhiy Storchaka <storchaka at gmail.com> added the comment:

Perhaps it is better not export these functions in the `os` module, leaving them in `posix`?

In addition, `stat` and `lstat` is not very thin wrappers (especially on Windows) given that they are working with `bytes` and with `str`.

----------

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


More information about the Python-bugs-list mailing list