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: pythoncore.vcproj fails to generate buildinfo (when spaces in path)
Type: compile error Stage:
Components: Windows Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: JosephArmbruster, christian.heimes
Priority: normal Keywords: patch

Created on 2007-11-21 00:00 by JosephArmbruster, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pythoncore.patch JosephArmbruster, 2007-11-21 00:00
Messages (2)
msg57718 - (view) Author: Joseph Armbruster (JosephArmbruster) Date: 2007-11-21 00:00
Executable path should be quoted, in case build environment is located
in a path containing spaces.  I also made the Debug / Release versions
similar in style.
msg57719 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-11-21 00:31
Fixed in r59079
Thanks again!
History
Date User Action Args
2022-04-11 14:56:28adminsetgithub: 45819
2008-01-06 22:29:44adminsetkeywords: - py3k
versions: Python 3.0
2007-11-21 00:31:00christian.heimessetstatus: open -> closed
keywords: + py3k, patch
resolution: fixed
messages: + msg57719
2007-11-21 00:17:08JosephArmbrustersetnosy: + christian.heimes
2007-11-21 00:00:46JosephArmbrustercreate