Skip to content

Fix pathlib compatibility in file I/O

This PR fixes up a number of functions to enable reading from pathlib.Path objects as well as file and str. This probably supersedes #1360.

Merge request reports