commit | 37fc401188430149075c05315b00b0cf41ccb865 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sun Apr 22 17:11:33 2012 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sun Apr 22 17:11:33 2012 +1000 |
tree | 18f059d596ce50fe94d51606b04e220eced701ee | |
parent | a42665f4d48e11485de430f00fa4beec60a2a646 [diff] [blame] |
Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo)
diff --git a/Misc/NEWS b/Misc/NEWS index 56d4876..cc243be 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -161,6 +161,9 @@ Tests ----- +- Issue #14026: In test_cmd_line_script, check that sys.argv is populated + correctly for the various invocation approaches (Patch by Jason Yeo) + - Issue #14032: Fix incorrect variable name in test_cmd_line_script debugging message (Patch by Jason Yeo)