[Python-checkins] r76171 - in python/branches/release31-maint: Lib/subprocess.py

eric.smith python-checkins at python.org
Mon Nov 9 16:24:55 CET 2009


Author: eric.smith
Date: Mon Nov 9 16:24:55 2009
New Revision: 76171
Log:
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 (2009年11月09日) | 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 (2009年11月09日) | 1 line
 
 Issue 7294: Fixed URL in a comment.
 ........
................
Modified:
 python/branches/release31-maint/ (props changed)
 python/branches/release31-maint/Lib/subprocess.py
Modified: python/branches/release31-maint/Lib/subprocess.py
==============================================================================
--- python/branches/release31-maint/Lib/subprocess.py	(original)
+++ python/branches/release31-maint/Lib/subprocess.py	Mon Nov 9 16:24:55 2009
@@ -497,7 +497,9 @@
 """
 
 # 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:


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /