summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-06-10-14-00-40.gh-issue-119600.jJMf4C.rst
blob: 04c9ca9c3fd737ead8a1a8d15dd7b57c2ff03b0d (plain)
1
2
Fix :func:`unittest.mock.patch` to not read attributes of the target when
``new_callable`` is set. Patch by Robert Collins.