classification
Title: build_tkinter.py does not handle paths with spaces
Type: behavior Stage:
Components: Build, Windows Versions: Python 3.2, Python 3.1, Python 2.7
process
Status: open Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, JosephArmbruster, christian.heimes, gpolo, taleinat
Priority: low Keywords:

Created on 2008-03-01 00:35 by JosephArmbruster, last changed 2010-09-20 23:48 by terry.reedy.

Messages (3)
msg63152 - (view) Author: Joseph Armbruster (JosephArmbruster) Date: 2008-03-01 00:35
http://svn.python.org/projects/python/trunk/PCbuild/build_tkinter.py
rev 61127

Is it still in python-devs interest to support building the tree in a
path that contains spaces?  I (pretty much always) do, so if a patch for
this is desired, I can put one together.
msg63161 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-03-01 15:45
Go ahead if you like to work on a patch. I'm +0.
msg116983 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-09-20 21:43
Is this still valid?
History
Date User Action Args
2010-09-20 23:48:25terry.reedysetnosy: - terry.reedy
2010-09-20 21:43:39BreamoreBoysetnosy: + terry.reedy, taleinat, gpolo, BreamoreBoy

messages: + msg116983
versions: + Python 3.1, Python 2.7, Python 3.2, - Python 2.6, Python 3.0
2008-03-01 15:45:18christian.heimessetpriority: low
resolution: accepted
messages: + msg63161
versions: + Python 3.0
2008-03-01 00:35:42JosephArmbrustercreate