Path-py

Latest version: v11.0.1

Safety actively analyzes 619181 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

11.0.1

------

- 136: Fixed test failures on BSD.

- Refreshed package metadata.

11.0

----

- Drop support for Python 3.3.

10.6

----

- Renamed ``namebase`` to ``stem`` to match API of pathlib.
Kept ``namebase`` as a deprecated alias for compatibility.

- Added new ``with_suffix`` method, useful for renaming the
extension on a Path::

orig = Path('mydir/mypath.bat')
renamed = orig.rename(orig.with_suffix('.cmd'))

10.5

----

- Packaging refresh and readme updates.

10.4

----

- 130: Removed surrogate_escape handler as it's no longer
used.

10.3.1

------

- 124: Fixed ``rmdir_p`` raising ``FileNotFoundError`` when
directory does not exist on Windows.

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.