Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 427 B

v2.25.0

  • added safe_listdir
  • fixed a bug occurring in Python 3.10 with whereis
  • DirectorySource will raise an exception if directory does not exist and on_fail is set to RAISE

Build system

  • Python 3.6 support dropped as it does not employ pyproject.toml, which is necessary to build this
  • fixed unit tests to run on Py3.12
  • removed Docker unit tests
  • a unit test had some problems running under PyPy