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

Distinguish between b'x' and 'x' in Python 2 #10

Closed
@gvanrossum

Description

@gvanrossum

For python/typing#208 I'd like to distinguish between bytes, str and unicode, but the Python 2 tokenizer erases the difference between b'x' and 'x' in an early stage.

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