]> granicus.if.org Git - python/commitdiff
Issue 7294: Fixed URL in a comment.
authorEric Smith <eric@trueblade.com>
Mon, 9 Nov 2009 15:16:23 +0000 (15:16 +0000)
committerEric Smith <eric@trueblade.com>
Mon, 9 Nov 2009 15:16:23 +0000 (15:16 +0000)
Lib/subprocess.py

index 45e49a1db362b2bac3b29e05643a41c8e347711b..f1434609900fbb680a413f4c2fdca4373328bdd2 100644 (file)
@@ -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: