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
Description
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
Labels
No labels