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

__future__ unicode_literals #29

Open
@rocky

Description

@rocky
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions