Skip to content

Commit d2c4765

Browse files
author
martin.v.loewis
committed
Consider micro version for name of CHM file.
git-svn-id: http://svn.python.org/projects/python/trunk@67659 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 68d7617 commit d2c4765

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tools/msi/msi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@
116116

117117
# Compute the name that Sphinx gives to the docfile
118118
docfile = ""
119+
if micro:
120+
docfile = str(micro)
119121
if level < 0xf:
120122
docfile = '%x%s' % (level, serial)
121123
docfile = 'python%s%s%s.chm' % (major, minor, docfile)

0 commit comments

Comments
 (0)