]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149267: Document ast.Constant.kind attribute (#149268)
authorAnuj Nitin Bharambe <119653366+anujbharambe@users.noreply.github.com>
Sat, 2 May 2026 16:55:29 +0000 (22:25 +0530)
committerGitHub <noreply@github.com>
Sat, 2 May 2026 16:55:29 +0000 (09:55 -0700)
commit3a1df787e1e630d3d57e99226604ddceb8c47229
tree3e0111e3047b238f3e9abc0e010a5f4e68388ac8
parent7b0244dbc7a5ba037e2cf2b5c8db1e35a0643a18
gh-149267: Document ast.Constant.kind attribute (#149268)

The kind attribute of ast.Constant was not mentioned in the
documentation. It is set to 'u' for u-prefixed string literals
and None for all other constants.

---------

Co-authored-by: Anuj Bharambe <anujnitinb@gmail.com>
Doc/library/ast.rst