]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27794: Add `name` attribute to `property` class (GH-23967)
authorYurii Karabas <1998uriyyo@gmail.com>
Wed, 30 Dec 2020 09:51:24 +0000 (11:51 +0200)
committerGitHub <noreply@github.com>
Wed, 30 Dec 2020 09:51:24 +0000 (01:51 -0800)
commitc56387f80c5aabf8100ceaffe365cc004ce0d7e0
treec45546d1a311c87f58e9721a1bd232096ff07335
parentba0e49a4648e727d1a16b3ce479499eb39f22311
bpo-27794: Add `name` attribute to `property` class (GH-23967)
Doc/howto/descriptor.rst
Lib/test/test_property.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2020-12-27-18-07-43.bpo-27794.sxgfGi.rst [new file with mode: 0644]
Objects/descrobject.c