summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKushal Das <kushaldas@gmail.com>2014-04-15 19:35:50 (GMT)
committerKushal Das <kushaldas@gmail.com>2014-04-15 19:35:50 (GMT)
commit484f8a875b986690f9d8aec2089368b70184e009 (patch)
tree6953671c7a532c265b20f74fa67d7f969f4d9c79 /Misc
parent9574355ff3cffde2dc67ee60a61e468cec1d46f7 (diff)
downloadcpython-484f8a875b986690f9d8aec2089368b70184e009.zip
cpython-484f8a875b986690f9d8aec2089368b70184e009.tar.gz
cpython-484f8a875b986690f9d8aec2089368b70184e009.tar.bz2
Closes Issue 21222.
Passing name keyword argument to mock.create_autospec now works.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 87553f0..0441074 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Core and Builtins
Library
-------
+- Issue #21222: Passing name keyword argument to mock.create_autospec now
+ works.
+
- Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX.
- Issue #17498: Some SMTP servers disconnect after certain errors, violating