Issue 31928: DOC: Show sys.version_info as a named tuple

Issue31928

Created on 2017-11-02 19:21 by cheryl.sabella, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4239 closed cheryl.sabella, 2017-11-02 19:26
Messages (1)
msg305446 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2017-11-02 19:21
Invoking sys.version_info displays results as a named tuple, but the documentation shows the results as a tuple.
History
Date User Action Args
2022-04-11 14:58:54adminsetgithub: 76109
2017-11-03 01:08:11cheryl.sabellasetstatus: open -> closed
stage: patch review -> resolved
2017-11-02 19:26:21cheryl.sabellasetkeywords: + patch
stage: patch review
pull_requests: + pull_request4204
2017-11-02 19:21:45cheryl.sabellacreate