cpython/Misc/NEWS.d/next/Core and Builtins/2022-08-15-21-08-11.gh-issu...

5 lines
254 B
ReStructuredText

On WASI :data:`~errno.ENOTCAPABLE` is now mapped to :exc:`PermissionError`.
The :mod:`errno` modules exposes the new error number. ``getpath.py`` now
ignores :exc:`PermissionError` when it cannot open landmark files
``pybuilddir.txt`` and ``pyenv.cfg``.