We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.6's implementation updates os.fsencode / os.fsdecode to use os.fspath (PEP 519), which may have to be backported too.
os.fsencode
os.fsdecode
os.fspath
The text was updated successfully, but these errors were encountered:
Fix fsencode and fsdecode backports
d373ef2
- Mirrors the new python 3.7 implementation - Taken from `vistir` (my other library) -> discussion over at sarugaku/vistir#54 - Fixes PiDelport#13 - Fixes PiDelport#6 (I think?) Signed-off-by: Dan Ryan <[email protected]>
7b01a97
Successfully merging a pull request may close this issue.
Python 3.6's implementation updates
os.fsencode
/os.fsdecode
to useos.fspath
(PEP 519), which may have to be backported too.The text was updated successfully, but these errors were encountered: