Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87c0e1 commit 721507bCopy full SHA for 721507b
1 file changed
Doc/library/sys.rst
@@ -936,8 +936,9 @@ always available.
936
937
A string containing the version number of the Python interpreter plus additional
938
information on the build number and compiler used. It has a value of the form
939
- ``'version (#build_number, build_date, build_time) [compiler]'``. The first
940
- three characters are used to identify the version in the installation
+ ``'version (#build_number, build_date, build_time) [compiler]'``. There may be
+ a newline character preceding the opening bracket with of the compiler info.
941
+ The first three characters are used to identify the version in the installation
942
directories (where appropriate on each platform). An example::
943
944
>>> import sys
0 commit comments