diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-09 00:08:24 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-09 00:08:24 (GMT) |
commit | 35a88363a5a76872699763bef51e7ef628b855e9 (patch) | |
tree | 8f1ce8e9f9afe9d2d71995887955b3b201df6613 /Doc/library/sys.rst | |
parent | 2a39e0f98e915a6c53dce051a0fc02e5fd25f018 (diff) | |
download | cpython-35a88363a5a76872699763bef51e7ef628b855e9.zip cpython-35a88363a5a76872699763bef51e7ef628b855e9.tar.gz cpython-35a88363a5a76872699763bef51e7ef628b855e9.tar.bz2 |
Update whatsnew based on doc search.
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 29f3313..4928d13 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -833,7 +833,7 @@ always available. so ``sys.version_info[0]`` is equivalent to ``sys.version_info.major`` and so on. - .. versionchanged:: 2.7 + .. versionchanged:: 3.1 Added named component attributes .. data:: warnoptions |