summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKushal Das <kushaldas@gmail.com>2014-06-09 08:15:56 (GMT)
committerKushal Das <kushaldas@gmail.com>2014-06-09 08:15:56 (GMT)
commit047f14c3c6ed39371fab2d93db8dfd5b5fdb06f1 (patch)
treec3b9bd6d71958bed15ed603d96dca6761d82c928 /Misc
parent85e4235c0e702b180f3f50b0124fd40c2f460be0 (diff)
downloadcpython-047f14c3c6ed39371fab2d93db8dfd5b5fdb06f1.zip
cpython-047f14c3c6ed39371fab2d93db8dfd5b5fdb06f1.tar.gz
cpython-047f14c3c6ed39371fab2d93db8dfd5b5fdb06f1.tar.bz2
Closes #21256: Printout of keyword args in deterministic order in mock calls.
Printout of keyword args should be in deterministic order in a mock function call. This will help to write better doctests.
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 90f2208..9950725 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,9 @@ Core and Builtins
Library
-------
+- Issue #21256: Printout of keyword args should be in deterministic order in
+ a mock function call. This will help to write better doctests.
+
- Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.
- Issue #11709: Fix the pydoc.help function to not fail when sys.stdin is not a