| commit | 10ac77d2d886c0921b21253b768fca8bc9b3c0dd | [log] [tgz] |
|---|---|---|
| author | Nick Coghlan <ncoghlan@gmail.com> | Thu Apr 19 22:19:36 2012 +1000 |
| committer | Nick Coghlan <ncoghlan@gmail.com> | Thu Apr 19 22:19:36 2012 +1000 |
| tree | e94e609fae530c38dcf8a39dd8b6eee0a40eb39f | |
| parent | 0780b6bc58c107a8462760163403642e889ef735 [diff] [blame] |
Close #14032: fix incorrect variable reference in test_cmd_line_script
diff --git a/Misc/NEWS b/Misc/NEWS index 44cb4a1..b012d28 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -152,6 +152,9 @@ Tests ----- +- Issue #14032: Fix incorrect variable name in test_cmd_line_script debugging + message (Patch by Jason Yeo) + - Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl.