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
标题: pythoncore.vcproj fails to generate buildinfo (when spaces in path)
类型: compile error Stage:
Components: Windows Versions: Python 3.0
process
状态: closed Resolution: fixed
Dependencies: 后续:
分配给: 抄送列表: JosephArmbruster, christian.heimes
优先级: normal 关键字: patch

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

文件
文件名 上传时间 Description 编辑
pythoncore.patch JosephArmbruster, 2007-11-21 00:00
Messages (2)
msg57718 - (view) Author: Joseph Armbruster (JosephArmbruster) 日期: 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) 日期: 2007-11-21 00:31
Fixed in r59079
Thanks again!
历史
日期 用户 动作 参数
2022-04-11 14:56:28admin修改github: 45819
2008-01-06 22:29:44admin修改keywords: - py3k
versions: Python 3.0
2007-11-21 00:31:00christian.heimes修改状态: open -> closed
keywords: + py3k, patch
resolution: fixed
消息: + msg57719
2007-11-21 00:17:08JosephArmbruster修改抄送: + christian.heimes
2007-11-21 00:00:46JosephArmbruster创建