bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py (GH-13583)
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
C
Chih-Hsuan Yen committed
aaf47caf35984e614d93bd8bea5227df55e0e3e6
Parent: 91f4380
Committed by Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
on 5/26/2019, 5:08:19 PM