diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-04-22 07:11:33 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-04-22 07:11:33 (GMT) |
commit | 37fc401188430149075c05315b00b0cf41ccb865 (patch) | |
tree | 18f059d596ce50fe94d51606b04e220eced701ee /Misc/NEWS | |
parent | a42665f4d48e11485de430f00fa4beec60a2a646 (diff) | |
download | cpython-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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |