From: Benjamin Peterson Date: Sat, 13 Jun 2009 14:25:08 +0000 (+0000) Subject: use 'rc' for release candidates for consistency X-Git-Tag: v2.7a1~958 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=248886a0cdf287d83861c2b692689ccb38159698;p=python use 'rc' for release candidates for consistency --- diff --git a/Doc/tools/sphinxext/patchlevel.py b/Doc/tools/sphinxext/patchlevel.py index cb9e35c226..082858e41c 100644 --- a/Doc/tools/sphinxext/patchlevel.py +++ b/Doc/tools/sphinxext/patchlevel.py @@ -41,7 +41,7 @@ def get_header_version_info(srcdir): suffixes = { 'PY_RELEASE_LEVEL_ALPHA': 'a', 'PY_RELEASE_LEVEL_BETA': 'b', - 'PY_RELEASE_LEVEL_GAMMA': 'c', + 'PY_RELEASE_LEVEL_GAMMA': 'rc', } if level != 'PY_RELEASE_LEVEL_FINAL': release += suffixes[level] + str(int(d['PY_RELEASE_SERIAL']))