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

wrong handling of multiple unicode literals #9

Closed
@ThomasWaldmann

Description

@ThomasWaldmann

if one has:

foo(u'.........'
    u'.........')

it gets converted to:

foo(six.u('........')
    six.u('........'))

that obviously does not work, better would be:

foo(six.u('.........'
          '.........'))

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