[issue35674] Expose os.posix_spawnp()

STINNER Victor report at bugs.python.org
Sun Jan 6 19:49:10 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

Historically, Python used to mimick the libc: there are os.stat() and os.lstat() for example. But later, os.stat(*, follow_symlinks=False) keyword-only parameter has been added: if true, lstat() is used internally.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35674>
_______________________________________


More information about the Python-bugs-list mailing list