summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-02-28-11-51-51.gh-issue-116023.CGYhFh.rst
blob: bebb67e585eea6e9969c5d12f8911d79e21e520b (plain)
1
2
3
Don't show empty fields (value ``None`` or ``[]``)
in :func:`ast.dump` by default. Add ``show_empty=False``
parameter to optionally show them.