This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: MSDN URL in subprocess.py is incorrect
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.smith Nosy List: eric.smith
Priority: low Keywords: easy

Created on 2009-11-09 14:34 by eric.smith, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg95081 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2009-11-09 14:34
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".
msg95084 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2009-11-09 15:25
Fixed in:

trunk: r76168
release26-maint: r76169
py3k: r76170
release31-maint: r76171
History
Date User Action Args
2022-04-11 14:56:54adminsetgithub: 51543
2009-11-09 15:25:23eric.smithsetstatus: open -> closed
priority: low
messages: + msg95084

resolution: fixed
stage: resolved
2009-11-09 15:06:03eric.smithsetassignee: eric.smith
versions: + Python 2.6, Python 3.1
2009-11-09 14:44:57eric.smithsetversions: + Python 3.2
2009-11-09 14:34:21eric.smithcreate