mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
use 'rc' for release candidates for consistency
This commit is contained in:
parent
d1f5a59edb
commit
248886a0cd
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def get_header_version_info(srcdir):
|
||||||
suffixes = {
|
suffixes = {
|
||||||
'PY_RELEASE_LEVEL_ALPHA': 'a',
|
'PY_RELEASE_LEVEL_ALPHA': 'a',
|
||||||
'PY_RELEASE_LEVEL_BETA': 'b',
|
'PY_RELEASE_LEVEL_BETA': 'b',
|
||||||
'PY_RELEASE_LEVEL_GAMMA': 'c',
|
'PY_RELEASE_LEVEL_GAMMA': 'rc',
|
||||||
}
|
}
|
||||||
if level != 'PY_RELEASE_LEVEL_FINAL':
|
if level != 'PY_RELEASE_LEVEL_FINAL':
|
||||||
release += suffixes[level] + str(int(d['PY_RELEASE_SERIAL']))
|
release += suffixes[level] + str(int(d['PY_RELEASE_SERIAL']))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue