mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Issue 7294: Fixed URL in a comment.
This commit is contained in:
parent
a5dcf2125f
commit
d19915ed76
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue