Fix generation of CHM name for release candidates.

This commit is contained in:
Martin v. Löwis 2009-09-30 07:48:54 +00:00
parent 05d644a41a
commit 2a0274ddbc
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ docfile = ""
if micro:
docfile = str(micro)
if level < 0xf:
docfile = '%x%s' % (level, serial)
docfile += '%x%s' % (level, serial)
docfile = 'python%s%s%s.chm' % (major, minor, docfile)
# Build the mingw import library, libpythonXY.a