]> granicus.if.org Git - python/commitdiff
use 'rc' for release candidates for consistency
authorBenjamin Peterson <benjamin@python.org>
Sat, 13 Jun 2009 14:25:08 +0000 (14:25 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 13 Jun 2009 14:25:08 +0000 (14:25 +0000)
Doc/tools/sphinxext/patchlevel.py

index cb9e35c2267b6a66d28f7cc4340a288f0d0b1c35..082858e41c2d945e4024357891cb441a679b766d 100644 (file)
@@ -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']))