diff options
author | Tomas R <tomas.roun8@gmail.com> | 2024-09-18 17:28:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 17:28:22 (GMT) |
commit | 21d2a9ab2f4dcbf1be462d3b7f7a231a46bc1cb7 (patch) | |
tree | 5bb4398ecb1cd8325d109d00878b60da8e29adfd /Misc/NEWS.d/next | |
parent | f9fa6ba4f8d90ae12bc1f6a792d66903bb169ba8 (diff) | |
download | cpython-21d2a9ab2f4dcbf1be462d3b7f7a231a46bc1cb7.zip cpython-21d2a9ab2f4dcbf1be462d3b7f7a231a46bc1cb7.tar.gz cpython-21d2a9ab2f4dcbf1be462d3b7f7a231a46bc1cb7.tar.bz2 |
gh-116022: Improve `repr()` of AST nodes (#117046)
Co-authored-by: AN Long <aisk@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2024-03-19-22-21-22.gh-issue-116022.iyHENN.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-03-19-22-21-22.gh-issue-116022.iyHENN.rst b/Misc/NEWS.d/next/Core and Builtins/2024-03-19-22-21-22.gh-issue-116022.iyHENN.rst new file mode 100644 index 0000000..659ffb2 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2024-03-19-22-21-22.gh-issue-116022.iyHENN.rst @@ -0,0 +1 @@ +Improve the :meth:`~object.__repr__` output of :class:`~ast.AST` nodes. |