-
Notifications
You must be signed in to change notification settings - Fork 295
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
On Python 2 with all builtins imported, bytes(str(u'abc'), 'utf8') == b"b'abc'"
is True
#193
Comments
On Python 2, this can be worked around with |
Thanks for reporting this, Val. Yes, I confirm this bug. |
I've added a putative fix to the |
I can confirm the fix works! Thanks for the quick turnaround! :) May I ask when will this go up on PyPI? |
The fix did not break(or fix) the the following related behavior
While:
|
@ankostis That too looks like a bug. |
Should I open a new issue or will you deal with it here? Note that the solution might not be that straight forward - the root cause is that the "original" |
Any progress on that? |
See also #171. |
Obviously this is a bug.
The text was updated successfully, but these errors were encountered: