]> granicus.if.org Git - python/commit
Issue #26750: unittest.mock.create_autospec() now works properly for
authorGregory P. Smith <greg@krypto.org>
Sun, 7 Aug 2016 16:06:27 +0000 (09:06 -0700)
committerGregory P. Smith <greg@krypto.org>
Sun, 7 Aug 2016 16:06:27 +0000 (09:06 -0700)
commitd0d24fd1ae05a2aea84165cf0aae98f75a5203c8
tree79cc2f86abbeb40149b52c3c2da4798387d57bb7
parent3cc38327b636e81b079edb0fd206ec678276e83f
parent9854789efec0c707fff871b32b2833f32b078fb3
Issue #26750: unittest.mock.create_autospec() now works properly for
subclasses of property() and other data descriptors.  Removes the never
publicly used, never documented unittest.mock.DescriptorTypes tuple.
Lib/unittest/mock.py
Misc/NEWS