- 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.
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``.