mirror of
https://github.com/python/cpython.git
synced 2025-10-28 12:15:13 +00:00
Constant.kind is added in https://bugs.python.org/issue36280. Current possible values for Constant.kind are "u" or None. For r'bar' and b'bar', Constant.kind value is None, so there's no need for special handling. https://bugs.python.org/issue37053 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| test_fixcid.py | ||
| test_gprof2html.py | ||
| test_i18n.py | ||
| test_lll.py | ||
| test_md5sum.py | ||
| test_pdeps.py | ||
| test_pindent.py | ||
| test_reindent.py | ||
| test_sundry.py | ||
| test_unparse.py | ||