This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon
Date 2008-11-09.00:04:50
SpamBayes Score 0.04432659
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-09 00:04:53brett.cannonsetrecipients: + brett.cannon
2008-11-09 00:04:52brett.cannonsetmessageid: <[email protected]>
2008-11-09 00:04:51brett.cannonlinkissue4285 messages
2008-11-09 00:04:50brett.cannoncreate