]> granicus.if.org Git - python/commit
Issue #20804: The unittest.mock.sentinel attributes now preserve their
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 Jan 2017 18:13:03 +0000 (20:13 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 Jan 2017 18:13:03 +0000 (20:13 +0200)
commitd9c956fb23f1c38c8050e9531ff5a77559f7f7af
tree0de788eda9cbce49e3549e0c4374e0fb8add1ef4
parentd4f5001bac6a5d5fafb723a17cf792758fca6ea2
Issue #20804: The unittest.mock.sentinel attributes now preserve their
identity when they are copied or pickled.
Doc/library/unittest.mock.rst
Doc/whatsnew/3.7.rst
Lib/unittest/mock.py
Lib/unittest/test/testmock/testsentinel.py
Misc/NEWS