diff options
author | Guido van Rossum <guido@python.org> | 1999-06-21 22:36:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-06-21 22:36:53 (GMT) |
commit | 43128905befc05001219d79715448191a04b8ab9 (patch) | |
tree | 75bb6694ab03f7dd61f96b035bc753d5d29318ad /Python/ceval.c | |
parent | 0f871dc39eef2adb0a24582fd5dfd6216822e286 (diff) | |
download | cpython-43128905befc05001219d79715448191a04b8ab9.zip cpython-43128905befc05001219d79715448191a04b8ab9.tar.gz cpython-43128905befc05001219d79715448191a04b8ab9.tar.bz2 |
Patch submitted by Toby Dickenson and approved by Mark Hammond.
Toby writes:
winmakemakefile.py tries to allow for spaces in the python install
path, by adding quotes around the appropriate filenames. It doesn't
quite get this correct; sometimes the quotes end up in the middle of
the path.
Microsoft's NMAKE version 6.0 is happy with this (!!!!) unless there
is also a space in the name. I guess most users of freeze on windows
do not use the same path as the binary distribution.
I've tested the following changes on systems with and without a space
in the path.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions