We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fspath is currently (0.70.0) not working for pathlib.Path in python 3.5 because it lacks __fspath__ implementation.
fspath
0.70.0
pathlib.Path
__fspath__
We need to either fix it, or put a warning on this to prevent using pathlib.Path with fspath.