mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Include micro version even if it is 0.
This commit is contained in:
parent
7f9d181d56
commit
bd31db6f79
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue