From: Eric Smith Date: Mon, 9 Nov 2009 15:16:23 +0000 (+0000) Subject: Issue 7294: Fixed URL in a comment. X-Git-Tag: v2.7a1~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d19915ed76e31534f4f075c1c37c4972ace8fc42;p=thirdparty%2FPython%2Fcpython.git Issue 7294: Fixed URL in a comment. --- diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 45e49a1db362..f1434609900f 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -564,7 +564,9 @@ def list2cmdline(seq): """ # See - # http://msdn.microsoft.com/library/en-us/vccelng/htm/progs_12.asp + # http://msdn.microsoft.com/en-us/library/17w5ykft.aspx + # or search http://msdn.microsoft.com for + # "Parsing C++ Command-Line Arguments" result = [] needquote = False for arg in seq: