summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-04-22 07:11:33 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-04-22 07:11:33 (GMT)
commit37fc401188430149075c05315b00b0cf41ccb865 (patch)
tree18f059d596ce50fe94d51606b04e220eced701ee /Misc
parenta42665f4d48e11485de430f00fa4beec60a2a646 (diff)
downloadcpython-37fc401188430149075c05315b00b0cf41ccb865.zip
cpython-37fc401188430149075c05315b00b0cf41ccb865.tar.gz
cpython-37fc401188430149075c05315b00b0cf41ccb865.tar.bz2
Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo)
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 56d4876..cc243be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -161,6 +161,9 @@ Extension Modules
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)