-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Support pyxl #829
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 the encoding is installed, shouldn't it Just Work™ since the parser operates directly on decoded Or are there python2-specific issues with how parsing works? I admit I'm operating from a python3 perspective. The "mess with |
Or wait, is the issue "how to use both |
I'm guessing this is no longer an issue, but somebody at Dropbox should confirm. |
Oh man, we're really not very good at closing issues when they're fixed. This was fixed by https://github.com/gvanrossum/pyxl3 over two years ago. |
@gvanrossum perhaps we should adopt @msullivan's proposal in #4849? That would certainly help :) |
Pyxl uses a custom source file encoding. Somehow get it to work.
The text was updated successfully, but these errors were encountered: