Lines Matching full:path
86 <whatsnew311-pythonsafepath>` to :data:`sys.path`
470 which disable the automatic prepending to :data:`sys.path`
484 * Bytes are no longer accepted on :data:`sys.path`. Support broke sometime
531 :data:`sys.path`. Otherwise, initialization will recalculate the path and replace
913 * :meth:`~pathlib.Path.glob` and :meth:`~pathlib.Path.rglob` return only
1263 * Added :attr:`~zipfile.Path.stem`, :attr:`~zipfile.Path.suffix`
1264 and :attr:`~zipfile.Path.suffixes` to :class:`zipfile.Path`.
1808 * :func:`importlib.resources.path`
1915 * :meth:`pathlib.Path.link_to`
2563 :data:`sys.path`. Otherwise, initialization will recalculate the path and replace
2566 * :c:func:`PyConfig_Read` no longer calculates the initial search path, and will not
2569 to retrieve :data:`sys.path` as a Python list object and modify it directly.