mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Issue #28616: merge from 3.6
This commit is contained in:
commit
e37c1cbf66
2 changed files with 2 additions and 1 deletions
|
@ -1488,6 +1488,7 @@ Takase Arihiro
|
|||
Indra Talip
|
||||
Neil Tallim
|
||||
Geoff Talvola
|
||||
Anish Tambe
|
||||
Musashi Tamura
|
||||
William Tanksley
|
||||
Christian Tanzer
|
||||
|
|
|
@ -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}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue