blob: e97285431e53152c25c8b810e1ae887808f97fea [file] [log] [blame]
Add a kind field to ast.Constant. It is 'u' if the literal has a 'u' prefix
(i.e. a Python 2 style unicode literal), else None.