summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-03-12-21-02-55.bpo-36280.mOd3iH.rst
blob: e97285431e53152c25c8b810e1ae887808f97fea (plain)
1
2
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.