- In ``Path.match``, Windows path separators are no longer honored. The fact that they were was incidental and never supported. (92) - Fixed name/suffix/suffixes/stem operations when no filename is present and the Path is not at the root of the zipfile. (96) - Reworked glob utilizing the namelist directly. (101)
3.16.1
Not secure
=======
Bugfixes --------
- Replaced the ``fnmatch.translate`` with a fresh glob-to-regex translator for more correct matching behavior. (98)
3.16.0
Not secure
=======
Features --------
- Require Python 3.8 or later.
3.15.0
Not secure
=======
* gh-102209: ``test_implied_dirs_performance`` now tests measures the time complexity experimentally.
3.14.0
Not secure
=======
* Minor cleanup in tests, including 93.
3.13.0
Not secure
=======
* In tests, add a fallback when ``func_timeout`` isn't available.