]> granicus.if.org Git - python/commit
bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 21 Jan 2019 08:57:46 +0000 (08:57 +0000)
committerChris Withers <chris@withers.org>
Mon, 21 Jan 2019 08:57:46 +0000 (08:57 +0000)
commit222d303ade8aadf0adcae5190fac603bdcafe3f0
treebd1a8b9366321becda7c6cfd1e46f51803de9f2d
parente8239b8e8199b76ef647ff3bf080ce2eb7733e04
bpo-20239: Allow repeated deletion of unittest.mock.Mock attributes (#11057)

* Allow repeated deletion of unittest.mock.Mock attributes

* fixup! Allow repeated deletion of unittest.mock.Mock attributes

* fixup! fixup! Allow repeated deletion of unittest.mock.Mock attributes
Lib/unittest/mock.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS.d/next/Library/2018-12-09-21-35-49.bpo-20239.V4mWBL.rst [new file with mode: 0644]