Kaydet (Commit) 2a0274dd authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Fix generation of CHM name for release candidates.

üst 05d644a4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment