
report at bugs
Nov 9, 2009, 6:34 AM
Post #1 of 4
(272 views)
Permalink
|
|
[issue7294] MSDN URL in subprocess.py is incorrect
|
|
New submission from Eric Smith <eric [at] trueblade>: subprocess.py includes this comment, in list2cmdline(): # See # http://msdn.microsoft.com/library/en-us/vccelng/htm/progs_12.asp MSDN gets reorganized with surprising regularity, and this URL is no longer valid. I think the current URL is: http://msdn.microsoft.com/en-us/library/17w5ykft.aspx The best way to find this is to go to: http://msdn.microsoft.com and search on "Parsing C++ Command-Line Arguments". ---------- components: Library (Lib) keywords: easy messages: 95081 nosy: eric.smith severity: normal status: open title: MSDN URL in subprocess.py is incorrect versions: Python 2.7 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7294> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|