summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-01-18-23-10-10.bpo-23078.l4dFoj.rst
blob: 975cc9c0454c7033526f39c5878d291732ab2ada (plain)
1
2
Add support for :func:`classmethod` and :func:`staticmethod` to
:func:`unittest.mock.create_autospec`.  Initial patch by Felipe Ochoa.