]> granicus.if.org Git - python/commit
bpo-19072: Make @classmethod support chained decorators (GH-8405)
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 24 Aug 2019 22:37:25 +0000 (01:37 +0300)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 24 Aug 2019 22:37:25 +0000 (15:37 -0700)
commit805f8f9afea116c5d4d000570e3d02ae84502f43
treefcce9d4e198f5788b6cc5befc349c988d9c05c3c
parent0dfc025cccc5adf4f209e2421c7686b1e637eeae
bpo-19072: Make @classmethod support chained decorators (GH-8405)
Doc/library/functions.rst
Lib/test/test_decorators.py
Lib/test/test_property.py
Misc/NEWS.d/next/Core and Builtins/2018-07-23-13-09-54.bpo-19072.Gc59GS.rst [new file with mode: 0644]
Objects/funcobject.c