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 eric.smith
Recipients brett.cannon, christian.heimes, eric.smith, exarkun, loewis, ncoghlan, rhettinger, ross.light
Date 2009-02-04.13:56:30
SpamBayes Score 9.338241e-11
Marked as misclassified No
Message-id <1233755793.57.0.687776200099.issue4285@psf.upfronthosting.co.za>
In-reply-to
Content
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? I'd use
the same wording as float_info, but that's missing from the doc string
(and I'll deal with that as a separate issue).

Other than that, this all looks good to me. I also tested that the docs
build. I'll check it in once I get or invent new wording for the doc string.
History
Date User Action Args
2009-02-04 13:56:33eric.smithsetrecipients: + eric.smith, loewis, brett.cannon, rhettinger, exarkun, ncoghlan, christian.heimes, ross.light
2009-02-04 13:56:33eric.smithsetmessageid: <1233755793.57.0.687776200099.issue4285@psf.upfronthosting.co.za>
2009-02-04 13:56:31eric.smithlinkissue4285 messages
2009-02-04 13:56:30eric.smithcreate