Lines Matching full:path
1259 os.path
1262 :func:`os.path.realpath` now accepts a *strict* keyword-only argument. When set
1263 to ``True``, :exc:`OSError` is raised if a path doesn't exist or a symlink loop
1277 Add :meth:`Path.hardlink_to <pathlib.Path.hardlink_to>` method that
1278 supersedes :meth:`~pathlib.Path.link_to`. The new method has the same argument
1279 order as :meth:`~pathlib.Path.symlink_to`.
1282 :meth:`pathlib.Path.stat` and :meth:`~pathlib.Path.chmod` now accept a
1740 * :meth:`pathlib.Path.link_to` is deprecated and slated for removal in
1741 Python 3.12. Use :meth:`pathlib.Path.hardlink_to` instead.
1996 * Add :option:`--with-wheel-pkg-dir=PATH option <--with-wheel-pkg-dir>`
2023 ``./configure --with-openssl=/path/to/openssl --with-openssl-rpath=auto``.
2171 :ref:`init-config` API to get the :ref:`init-path-config`.