mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Merged revisions 76170 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r76170 | eric.smith | 2009-11-09 10:23:15 -0500 (Mon, 09 Nov 2009) | 9 lines Merged revisions 76168 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76168 | eric.smith | 2009-11-09 10:16:23 -0500 (Mon, 09 Nov 2009) | 1 line Issue 7294: Fixed URL in a comment. ........ ................
This commit is contained in:
parent
eea8533bd2
commit
536d299ca0
1 changed files with 3 additions and 1 deletions
|
@ -497,7 +497,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