summaryrefslogtreecommitdiffstats
path: root/Doc/tools/extensions/patchlevel.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-09-26 00:20:57 (GMT)
committerGitHub <noreply@github.com>2024-09-26 00:20:57 (GMT)
commit068e734bb51432572b8254f5028d10dd988e7985 (patch)
treeeb08537ca89558fbde6d8c950c484bfb3f3e365b /Doc/tools/extensions/patchlevel.py
parent9fba1063a1ba03fd9ce686eac5620f2b87b2aa35 (diff)
downloadcpython-068e734bb51432572b8254f5028d10dd988e7985.zip
cpython-068e734bb51432572b8254f5028d10dd988e7985.tar.gz
cpython-068e734bb51432572b8254f5028d10dd988e7985.tar.bz2
[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 6318ffcba21f8fc155f5558237ab03aa45f0e174) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'Doc/tools/extensions/patchlevel.py')
-rw-r--r--Doc/tools/extensions/patchlevel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/patchlevel.py b/Doc/tools/extensions/patchlevel.py
index f2df6db..53ea1bf 100644
--- a/Doc/tools/extensions/patchlevel.py
+++ b/Doc/tools/extensions/patchlevel.py
@@ -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])