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, christian.heimes, eric.smith, exarkun, loewis, ncoghlan, rhettinger, ross.light
Date 2009-02-04.18:27:29
SpamBayes Score 3.661607e-10
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On Wed, Feb 4, 2009 at 05:56, Eric Smith <[email protected]> wrote:
>
> Eric Smith <[email protected]> added the comment:
>
> The doc string for sys includes:
> version_info -- version information as a tuple
>
> I'm not sure changing this to "... as a structseq" makes it any more
> useful, but it's more correct. Does anyone have a preference?

Does "... as a named tuple" make sense?

-Brett
History
Date User Action Args
2009-02-04 18:27:32brett.cannonsetrecipients: + brett.cannon, loewis, rhettinger, exarkun, ncoghlan, eric.smith, christian.heimes, ross.light
2009-02-04 18:27:30brett.cannonlinkissue4285 messages
2009-02-04 18:27:30brett.cannoncreate