]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44185: Added close() to mock_open __exit__ (#26902)
authorSamet YASLAN <sametyaslan@gmail.com>
Sun, 11 Jun 2023 18:51:21 +0000 (20:51 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2023 18:51:21 +0000 (19:51 +0100)
commit3f7c0810f6158a7ff37be432f8d7f9511427489f
tree2d7aa6981b6b921ac8da80696cc568bf4e712c70
parent18d16e93b6d4b7b10c5145890daa92b760fe962a
bpo-44185: Added close() to mock_open __exit__ (#26902)
Lib/test/test_unittest/testmock/testwith.py
Lib/unittest/mock.py
Misc/NEWS.d/next/Library/2021-06-24-20-45-03.bpo-44185.ZHb8yJ.rst [new file with mode: 0644]