Kaydet (Commit) 248886a0 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

use 'rc' for release candidates for consistency

üst d1f5a59e
......@@ -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']))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment