summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-04-04-00-47-40.bpo-40126.Y-bTNP.rst
blob: 8f725cfba86e2ea02553fcf867f5dd9f6346bbf0 (plain)
1
2
3
Fixed reverting multiple patches in unittest.mock. Patcher's ``__exit__()``
is now never called if its ``__enter__()`` is failed. Returning true from
``__exit__()`` silences now the exception.