mirror of https://github.com/python/cpython
4 lines
197 B
ReStructuredText
4 lines
197 B
ReStructuredText
|
:func:`classmethod` and :func:`staticmethod` now wrap the
|
||
|
:attr:`__annotations__` and :attr:`!__annotate__` attributes of their
|
||
|
underlying callable lazily. See :pep:`649`. Patch by Jelle Zijlstra.
|