[issue31928] DOC: Show sys.version_info as a named tuple

New submission from Cheryl Sabella <chekat2@gmail.com>: Invoking sys.version_info displays results as a named tuple, but the documentation shows the results as a tuple. ---------- assignee: docs@python components: Documentation messages: 305446 nosy: csabella, docs@python priority: normal severity: normal status: open title: DOC: Show sys.version_info as a named tuple versions: Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31928> _______________________________________

Change by Cheryl Sabella <chekat2@gmail.com>: ---------- keywords: +patch pull_requests: +4204 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31928> _______________________________________

Change by Cheryl Sabella <chekat2@gmail.com>: ---------- stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue31928> _______________________________________
participants (1)
-
Cheryl Sabella