]> 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:55:12 +0000 (16:55 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Mar 2022 23:55:12 +0000 (16:55 -0700)
commitf1a5e1b89a526da0d66c5b368c924298291abb1a
tree2ec205babb45f0eb6470a025668585aa4eb4acea
parent73943ce7d31595d152dc01bf0008b37c802c0d3b
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