Path-py

Latest version: v11.0.1

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

Scan your dependencies

Page 2 of 8

10.3

----

- 115: Added a new performance-optimized implementation
for listdir operations, optimizing ``listdir``, ``walk``,
``walkfiles``, ``walkdirs``, and ``fnmatch``, presented
as the ``FastPath`` class.

Please direct feedback on this implementation to the ticket,
especially if the performance benefits justify it replacing
the default ``Path`` class.

10.2

----

- Symlink no longer requires the ``newlink`` parameter
and will default to the basename of the target in the
current working directory.

10.1

----

- 123: Implement ``Path.__fspath__`` per PEP 519.

10.0

----

- Once again as in 8.0 remove deprecated ``path.path``.

9.1

---

- 121: Removed workaround for 61 added in 5.2. ``path.py``
now only supports file system paths that can be effectively
decoded to text. It is the responsibility of the system
implementer to ensure that filenames on the system are
decodeable by ``sys.getfilesystemencoding()``.

9.0

---

- Drop support for Python 2.6 and 3.2 as integration
dependencies (pip) no longer support these versions.

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.