diff options
author | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:27:38 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-04-27 14:27:38 (GMT) |
commit | 944d16c6c490f5e3933f8a729d810f60d3bab1d3 (patch) | |
tree | fa5937fc167ace98dafb8aff3e5c7f11c379e4f4 /Doc/library/sys.rst | |
parent | 19acb88baf6026307e21d27a4bd7fb33a51344c1 (diff) | |
parent | 9a42793761ddedc59f03a5fe0f0150e11676713f (diff) | |
download | cpython-944d16c6c490f5e3933f8a729d810f60d3bab1d3.zip cpython-944d16c6c490f5e3933f8a729d810f60d3bab1d3.tar.gz cpython-944d16c6c490f5e3933f8a729d810f60d3bab1d3.tar.bz2 |
Merge 3.1
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 6fff43d..ecac1fe 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -549,8 +549,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 |