]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #26750: use inspect.isdatadescriptor instead of our own
authorGregory P. Smith <greg@krypto.org>
Tue, 16 Aug 2016 06:56:32 +0000 (23:56 -0700)
committerGregory P. Smith <greg@krypto.org>
Tue, 16 Aug 2016 06:56:32 +0000 (23:56 -0700)
commitc35a32fe850c3fc1edf32569b7aee8468209a23f
tree28c65abbf3b79ec3c4d19742ae63d86f96b14353
parentf050a33ce28df597ce0be5f80f1fc6b2c2e3e52a
parentd4583d7fea9e3fbbc0a8f5333003938e358b5a58
Issue #26750: use inspect.isdatadescriptor instead of our own
_is_data_descriptor().
Lib/unittest/mock.py