Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

__future__ unicode_literals #29

Open
rocky opened this issue Dec 5, 2017 · 0 comments
Open

__future__ unicode_literals #29

rocky opened this issue Dec 5, 2017 · 0 comments

Comments

@rocky
Copy link

rocky commented Dec 5, 2017

from __future__ import unicode_literals
a = 'a'
ba = b'a'
bb = b'b'

decompiles to:

a = u'a'
ba = 'a'
bb = 'b'

As always look you can consult changes in uncomyle6 around the time this bug was reported for suggestions for how to fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant