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: test_cmd_line fails on Windows
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, loewis
Priority: normal Keywords: patch

Created on 2006-09-15 15:43 by loewis, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cmd_line.diff loewis, 2006-09-15 15:43
Messages (3)
msg51124 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-09-15 15:43
test_cmd_line fails in 2.5c2 if Python is installed
into a directory with spaces in its name. This is a
shallow problem, and can be fixe with attached patch. 
msg51125 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-13 09:36
Wouldn't the quotes work for non-Windows platforms too?
msg51126 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-03-14 20:05
You are right. Committed as r54386 and r54387
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 43978
2006-09-15 15:43:38loewiscreate