[issue9442] Update sys.version doc

Georg Brandl report at bugs.python.org
Sat Jul 31 22:06:13 CEST 2010


Georg Brandl <georg at python.org> added the comment:

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.

----------
nosy: +georg.brandl
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list