summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-03-20 16:00:49 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-03-20 16:00:49 (GMT)
commitd72c7b671e2d010ea39a8686f89c83612d2d3a76 (patch)
treed720a29ccca22a761e6310f2e4f25e57f6b03106 /Doc/library/sys.rst
parent0ef2cf6126f47b9a4ef8f8ff93cafed487b67363 (diff)
downloadcpython-d72c7b671e2d010ea39a8686f89c83612d2d3a76.zip
cpython-d72c7b671e2d010ea39a8686f89c83612d2d3a76.tar.gz
cpython-d72c7b671e2d010ea39a8686f89c83612d2d3a76.tar.bz2
Add ..versionadded for sys.int_info, update py3k version of
whatsnew/2.7.rst to keep it in sync with the trunk version, and replace SHIFT with PyLong_SHIFT in #error message
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 091b4d6..632e550 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -429,6 +429,8 @@ always available.
| | represent a digit |
+-------------------------+----------------------------------------------+
+ .. versionadded:: 3.1
+
.. function:: intern(string)