mirror of
https://github.com/python/cpython.git
synced 2026-05-12 07:30:13 -04:00
0fb70ce191
* ``sys.executable`` is not set
* WASI does not support subprocess
* ``pwd`` module is not available
* WASI checks ``open`` syscall flags more strict, needs r, w, rw flag.
* ``umask`` is not available
* ``/dev/null`` may not be accessible
(cherry picked from commit 1f134e96ba)
Co-authored-by: Christian Heimes <christian@python.org>
This directory contains the Distutils package.
There's a full documentation available at:
https://docs.python.org/distutils/
The Distutils-SIG web page is also a good starting point:
https://www.python.org/sigs/distutils-sig/
$Id$