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 georg.brandl
Recipients docs@python, eric.araujo, georg.brandl, loewis
Date 2010-07-31.20:06:11
SpamBayes Score 0.017806154
Marked as misclassified No
Message-id <1280606773.51.0.832281343813.issue9442@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, this is even better than my fix for #5778.  Changed in r83358 to:

   A string containing the version number of the Python interpreter plus additional
   information on the build number and compiler used.  This string is displayed
   when the interactive interpreter is started.  Do not extract version information
   out of it, rather, use :data:`version_info` and the functions provided by the
   :mod:`platform` module.
History
Date User Action Args
2010-07-31 20:06:13georg.brandlsetrecipients: + georg.brandl, loewis, eric.araujo, docs@python
2010-07-31 20:06:13georg.brandlsetmessageid: <1280606773.51.0.832281343813.issue9442@psf.upfronthosting.co.za>
2010-07-31 20:06:12georg.brandllinkissue9442 messages
2010-07-31 20:06:12georg.brandlcreate