We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
fspathis currently (0.70.0) not working forpathlib.Pathin python 3.5 because it lacks__fspath__implementation.We need to either fix it, or put a warning on this to prevent using
pathlib.Pathwithfspath.