Commit bd31db6f authored by Martin v. Löwis's avatar Martin v. Löwis

Include micro version even if it is 0.

parent 7f9d181d
......@@ -122,9 +122,7 @@ pythondll_uuid = {
} [major+minor]
# Compute the name that Sphinx gives to the docfile
docfile = ""
if int(micro):
docfile = micro
docfile = micro
if level < 0xf:
if level == 0xC:
docfile += "rc%s" % (serial,)
......
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