diff options
author | Gregory P. Smith <greg@krypto.org> | 2016-08-07 16:06:27 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2016-08-07 16:06:27 (GMT) |
commit | d0d24fd1ae05a2aea84165cf0aae98f75a5203c8 (patch) | |
tree | 79cc2f86abbeb40149b52c3c2da4798387d57bb7 /Misc/NEWS | |
parent | 3cc38327b636e81b079edb0fd206ec678276e83f (diff) | |
parent | 9854789efec0c707fff871b32b2833f32b078fb3 (diff) | |
download | cpython-d0d24fd1ae05a2aea84165cf0aae98f75a5203c8.zip cpython-d0d24fd1ae05a2aea84165cf0aae98f75a5203c8.tar.gz cpython-d0d24fd1ae05a2aea84165cf0aae98f75a5203c8.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,6 +43,10 @@ Core and Builtins Library ------- +- 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. + - Issue #26754: Undocumented support of general bytes-like objects as path in compile() and similar functions is now deprecated. |