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

2017-11-02 Thread Cheryl Sabella
Change by Cheryl Sabella : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mail

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

2017-11-02 Thread Cheryl Sabella
Change by Cheryl Sabella : -- keywords: +patch pull_requests: +4204 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

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

2017-11-02 Thread Cheryl Sabella
New submission from Cheryl Sabella : 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: