[issue4285] Use a named tuple for sys.version_info

Brett Cannon report at bugs.python.org
Sun Nov 9 01:04:52 CET 2008


New submission from Brett Cannon <brett at python.org>:

sys.version_info is just asking for a named tuple consisting of major,
minor, micro, releaselevel, and serial.

This is assuming, of course, that bootstrapping doesn't get in the way.

----------
assignee: brett.cannon
components: Extension Modules
keywords: easy
messages: 75647
nosy: brett.cannon
priority: low
severity: normal
stage: needs patch
status: open
title: Use a named tuple for sys.version_info
type: behavior
versions: Python 2.7, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4285>
_______________________________________


More information about the Python-bugs-list mailing list