diff options
author | Kushal Das <kushaldas@gmail.com> | 2014-04-16 18:02:21 (GMT) |
---|---|---|
committer | Kushal Das <kushaldas@gmail.com> | 2014-04-16 18:02:21 (GMT) |
commit | 8c14534df6c7bd561fac31985fba60306e181265 (patch) | |
tree | 6a5b70b694cef522be062194b0d6953fb412ab3a /Misc | |
parent | c3ac9af6d00ec9b5939a0ce31984113ddb9b0a9c (diff) | |
download | cpython-8c14534df6c7bd561fac31985fba60306e181265.zip cpython-8c14534df6c7bd561fac31985fba60306e181265.tar.gz cpython-8c14534df6c7bd561fac31985fba60306e181265.tar.bz2 |
Closes Issue 21238: New keyword argument `unsafe` to Mock.
It raises `AttributeError` incase of an attribute startswith assert
or assret.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ Core and Builtins Library ------- +- Issue #21238: New keyword argument `unsafe` to Mock. It raises + `AttributeError` incase of an attribute startswith assert or assret. + - Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not PROTOCOL_SSLv3, for maximum compatibility. |