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: .chm build process on Windows doesn't use the right filename
Type: behavior Stage:
Components: Documentation Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, ggenellina, tim.golden
Priority: normal Keywords: patch

Created on 2009-03-08 19:18 by ggenellina, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
make.diff ggenellina, 2009-03-08 19:18
Messages (3)
msg83320 - (view) Author: Gabriel Genellina (ggenellina) Date: 2009-03-08 19:18
doc/make.bat on Windows doesn't correctly build the right .chm 
filename. 
This patch does the same as the unix Makefile: run patchlevel.py and 
set the output as the DISTVERSION environment variable, so it can be 
used in the final file name.
msg83323 - (view) Author: Tim Golden (tim.golden) * (Python committer) Date: 2009-03-08 19:34
Effectively a duplicate of http://bugs.python.org/issue2421
(which has been sitting around unapplied for a few months)

I certainly don't mind which one goes in, but I think
one should be closed in favour of the other. (And that
one should be applied!)
msg85525 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-04-05 16:30
Committed in r71249.
History
Date User Action Args
2022-04-11 14:56:46adminsetgithub: 49694
2009-04-05 16:30:54georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg85525
2009-04-05 16:29:36georg.brandllinkissue2421 superseder
2009-03-08 19:34:55tim.goldensetnosy: + tim.golden
messages: + msg83323
2009-03-08 19:18:46ggenellinacreate