mirror of
https://github.com/python/cpython.git
synced 2024-12-16 13:25:18 +08:00
Include micro version even if it is 0.
This commit is contained in:
parent
7f9d181d56
commit
bd31db6f79
@ -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,)
|
||||
|
Loading…
Reference in New Issue
Block a user