mirror of
https://github.com/python/cpython.git
synced 2025-08-09 11:29:45 +00:00
[3.13] Doc: Use `major.minor
` for documentation distribution archive filenames (GH-124489) (#124534)
Doc: Use ``major.minor`` for documentation distribution archive filenames (GH-124489)
(cherry picked from commit 6318ffcba2
)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
9fba1063a1
commit
068e734bb5
2 changed files with 14 additions and 12 deletions
|
@ -74,4 +74,4 @@ def get_version_info():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(format_version_info(get_header_version_info())[1])
|
||||
print(format_version_info(get_header_version_info())[0])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue