diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-06-23 18:47:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-23 18:47:39 (GMT) |
commit | 48fbe52ac71ea711a4701db909ad1ce2647b09fd (patch) | |
tree | ea64577a1775111edd2fe21e422641f23bdc0988 /Misc/NEWS | |
parent | c38e32a10061a7c6d54e7e53ffabf7af7998f045 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |