mirror of
https://github.com/python/cpython.git
synced 2025-11-14 07:49:28 +00:00
This adds support for bytes literals (b'...') to tokenize.py, and removes support for unicode literals (u'...'). |
||
|---|---|---|
| .. | ||
| test_cProfile | ||
| test_extcall | ||
| test_logging | ||
| test_pep277 | ||
| test_profile | ||
| test_thread | ||
| test_tokenize | ||