summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-06-13 14:25:08 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-06-13 14:25:08 (GMT)
commit248886a0cdf287d83861c2b692689ccb38159698 (patch)
tree372508055aa013e1ca3a1020e824051679644089 /Doc
parentd1f5a59edb56b64336f07fc88cff6cbebed12dd6 (diff)
downloadcpython-248886a0cdf287d83861c2b692689ccb38159698.zip
cpython-248886a0cdf287d83861c2b692689ccb38159698.tar.gz
cpython-248886a0cdf287d83861c2b692689ccb38159698.tar.bz2
use 'rc' for release candidates for consistency
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/sphinxext/patchlevel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/patchlevel.py b/Doc/tools/sphinxext/patchlevel.py
index cb9e35c..082858e 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']))