]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-81263: Add assignment expressions to `help` (GH-124641) (#124713)
authorEmily Morehouse <emily@python.org>
Fri, 27 Sep 2024 22:21:58 +0000 (15:21 -0700)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 22:21:58 +0000 (15:21 -0700)
commit0a125d9029b94a6aaa3cdac1f17043f90e002f27
tree66d4b0bab78684961a6d3a8aac44008f28cebf61
parent5c5f02753a50ee6ccddbdd09026dbd4ad7e5ab80
[3.13] gh-81263: Add assignment expressions to `help` (GH-124641) (#124713)

gh-81263: Add assignment expressions to `help` (#124641)

* Add assignment expression (:=) to `help`

* Update index for Assignment Expressions to include pair of `assignment; expression`
Doc/reference/expressions.rst
Lib/pydoc.py
Lib/pydoc_data/topics.py