From fd75ea54667b2055ece26e8f6d78f89c2269202a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 12 Mar 2019 21:03:35 -0700 Subject: Add blurb (this is now bpo-36280) --- Misc/NEWS.d/next/Library/2019-03-12-21-02-55.bpo-36280.mOd3iH.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2019-03-12-21-02-55.bpo-36280.mOd3iH.rst diff --git a/Misc/NEWS.d/next/Library/2019-03-12-21-02-55.bpo-36280.mOd3iH.rst b/Misc/NEWS.d/next/Library/2019-03-12-21-02-55.bpo-36280.mOd3iH.rst new file mode 100644 index 0000000000..e97285431e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-03-12-21-02-55.bpo-36280.mOd3iH.rst @@ -0,0 +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. -- cgit v1.2.1