-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: unify unicode file handle processing #13401
New issue
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
Comments
If this is backported from python 3.6, could it help? https://www.python.org/dev/peps/pep-0519/ |
we already support |
Yeah I can look into it more. I worked around the issue in #13351, so I feel it could go in before this issue is fixed. |
I think #15008 encompasses this specific point. Close to close as a duplicate |
xref #13351 (comment)
We use
io/common/_get_handle
andio/common/get_filepath_or_buffer
in various places in most of the io modules, need to unify encoding handling to a somewhat simpler interface (1 function).The text was updated successfully, but these errors were encountered: