Kaydet (Commit) d19915ed authored tarafından Eric Smith's avatar Eric Smith

Issue 7294: Fixed URL in a comment.

üst a5dcf212
...@@ -564,7 +564,9 @@ def list2cmdline(seq): ...@@ -564,7 +564,9 @@ def list2cmdline(seq):
""" """
# See # 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 = [] result = []
needquote = False needquote = False
for arg in seq: for arg in seq:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment