]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Mar 2022 23:51:55 +0000 (16:51 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Mar 2022 23:51:55 +0000 (16:51 -0700)
commitcebdc325580b49f4c7eb3c61a24c9e7f41ca736b
treef5593f326fd7bb3b54ade7c2f6c5921dfb79bbaf
parent9f1587e8d3f18729a0982774c6c4409472cbd9e3
bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)

(cherry picked from commit e3d348a5252549708fd19338b675a2c23b60d677)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Misc/NEWS.d/next/Core and Builtins/2022-02-01-10-05-27.bpo-43721.-1XAIo.rst [new file with mode: 0644]
Objects/descrobject.c