summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-02-24-00-04-10.bpo-35512.eWDjCJ.rst
blob: 8281b1b2c49a16a28ca495fe72eda8f52a092441 (plain)
1
2
3
:func:`unittest.mock.patch.dict` used as a decorator with string target
resolves the target during function call instead of during decorator
construction. Patch by Karthikeyan Singaravelan.