diff options
author | Gregory P. Smith <greg@krypto.org> | 2016-08-07 15:52:26 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2016-08-07 15:52:26 (GMT) |
commit | 9854789efec0c707fff871b32b2833f32b078fb3 (patch) | |
tree | 7f659a7f58967939c1347560716b722d01493035 /Misc/NEWS | |
parent | abfe28b01282d5f7c79b2e3cfb33ea29f9f3656f (diff) | |
download | cpython-9854789efec0c707fff871b32b2833f32b078fb3.zip cpython-9854789efec0c707fff871b32b2833f32b078fb3.tar.gz cpython-9854789efec0c707fff871b32b2833f32b078fb3.tar.bz2 |
Issue #26750: unittest.mock.create_autospec() now works properly
for subclasses of property() and other data descriptors.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ Core and Builtins Library ------- +- Issue #26750: unittest.mock.create_autospec() now works properly for + subclasses of property() and other data descriptors. + - Issue #27568: Prevent HTTPoxy attack (CVE-2016-1000110). Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. |