summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-06-23 18:47:39 (GMT)
committerGitHub <noreply@github.com>2017-06-23 18:47:39 (GMT)
commit48fbe52ac71ea711a4701db909ad1ce2647b09fd (patch)
treeea64577a1775111edd2fe21e422641f23bdc0988 /Misc/NEWS
parentc38e32a10061a7c6d54e7e53ffabf7af7998f045 (diff)
downloadcpython-48fbe52ac71ea711a4701db909ad1ce2647b09fd.zip
cpython-48fbe52ac71ea711a4701db909ad1ce2647b09fd.tar.gz
cpython-48fbe52ac71ea711a4701db909ad1ce2647b09fd.tar.bz2
bpo-30664: The description of a unittest subtest now preserves the (#2265)
order of keyword arguments of TestCase.subTest().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fc9e1de..f33589d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -374,6 +374,9 @@ Extension Modules
Library
-------
+- bpo-30664: The description of a unittest subtest now preserves the order of
+ keyword arguments of TestCase.subTest().
+
- [Security] bpo-30730: Prevent environment variables injection in subprocess on
Windows. Prevent passing other environment variables and command arguments.