mirror of https://github.com/python/cpython
Browse Source
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/issue37053pull/13588/head
committed by
Miss Islington (bot)
3 changed files with 8 additions and 0 deletions
Loading…
Reference in new issue