]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116023: Add `show_empty=False` to `ast.dump` (#116037)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 24 Apr 2024 08:02:38 +0000 (11:02 +0300)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 08:02:38 +0000 (11:02 +0300)
commit692e902c742f577f9fc8ed81e60ed9dd6c994e1e
tree6d72378a639de5bb0414a38aded17d71bf5642e3
parent7e87d30f1f30d39c3005e03195f3d7648b38a1e2
gh-116023: Add `show_empty=False` to `ast.dump` (#116037)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Doc/library/ast.rst
Lib/ast.py
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2024-02-28-11-51-51.gh-issue-116023.CGYhFh.rst [new file with mode: 0644]