summaryrefslogtreecommitdiffstats
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-11-04 21:07:06 (GMT)
committerNed Deily <nad@python.org>2016-11-04 21:07:06 (GMT)
commit7d76c906f7c5ab3b1c887e0c64a4478ffd4c0843 (patch)
treea1e31aac1508a5e88bf54c12a0ebea7b37bc0bf4 /Python/sysmodule.c
parent69312fa4a2712b3ff37e473c833a42162aa9b5cd (diff)
parentda4887a88d4400ef12aca0bb8269838d2c9f9a00 (diff)
downloadcpython-7d76c906f7c5ab3b1c887e0c64a4478ffd4c0843.zip
cpython-7d76c906f7c5ab3b1c887e0c64a4478ffd4c0843.tar.gz
cpython-7d76c906f7c5ab3b1c887e0c64a4478ffd4c0843.tar.bz2
Issue #28616: merge from 3.5
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r--Python/sysmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index 5dd0d10..e348b38 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -1739,7 +1739,7 @@ static PyStructSequence_Field version_info_fields[] = {
{"major", "Major release number"},
{"minor", "Minor release number"},
{"micro", "Patch release number"},
- {"releaselevel", "'alpha', 'beta', 'candidate', or 'release'"},
+ {"releaselevel", "'alpha', 'beta', 'candidate', or 'final'"},
{"serial", "Serial release number"},
{0}
};