diff options
author | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:23:56 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:23:56 (GMT) |
commit | 9a42793761ddedc59f03a5fe0f0150e11676713f (patch) | |
tree | 0a0058c6138c7d6a47ae242adf48c31b7f7c22c6 /Doc/library/sys.rst | |
parent | 935a5888255b60b77547e7bdf32e03fbe963ef52 (diff) | |
parent | 10f3d7acbd69206bd9166f812d0503fed187eb5b (diff) | |
download | cpython-9a42793761ddedc59f03a5fe0f0150e11676713f.zip cpython-9a42793761ddedc59f03a5fe0f0150e11676713f.tar.gz cpython-9a42793761ddedc59f03a5fe0f0150e11676713f.tar.bz2 |
Branch merge
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 148630c..c61fedb 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -447,8 +447,8 @@ always available. This is called ``hexversion`` since it only really looks meaningful when viewed as the result of passing it to the built-in :func:`hex` function. The - ``version_info`` value may be used for a more human-friendly encoding of the - same information. + struct sequence :data:`sys.version_info` may be used for a more human-friendly + encoding of the same information. The ``hexversion`` is a 32-bit number with the following layout |