summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-06-24-20-45-03.bpo-44185.ZHb8yJ.rst
blob: 056ab8d93515fb7642f5267374e588876fc38e03 (plain)
1
2
3
:func:`unittest.mock.mock_open` will call the :func:`close` method of the file
handle mock when it is exiting from the context manager.
Patch by Samet Yaslan.