summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-04-22 07:16:39 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-04-22 07:16:39 (GMT)
commit243994dc2180e66c6c062a44a110c702727373ae (patch)
tree6d560f1f89d7f3759c80beeac385cb068be3e71e /Misc
parentce9bb9eaa057dbac9950baf3008e9e17c1390468 (diff)
parent37fc401188430149075c05315b00b0cf41ccb865 (diff)
downloadcpython-243994dc2180e66c6c062a44a110c702727373ae.zip
cpython-243994dc2180e66c6c062a44a110c702727373ae.tar.gz
cpython-243994dc2180e66c6c062a44a110c702727373ae.tar.bz2
Resolve #14026 (Merge from 3.2)
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 732cd9b..975e684 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -146,6 +146,9 @@ Library
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)