Georg Brandl <ge...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9442>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to