diff options
author | Georg Brandl <georg@python.org> | 2013-03-28 12:35:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-28 12:35:18 (GMT) |
commit | 75da35747eabe6f9e0d3158d4f367332155627d9 (patch) | |
tree | 6efc517364cabad7706a2fbf0bcd62e14e9f2c38 /Doc/library/sys.rst | |
parent | 75207abff9239a68dbbe6ca0e22a45f01b93a847 (diff) | |
parent | 44ea77bd817c0b50e01344b7e8758995aaeebb63 (diff) | |
download | cpython-75da35747eabe6f9e0d3158d4f367332155627d9.zip cpython-75da35747eabe6f9e0d3158d4f367332155627d9.tar.gz cpython-75da35747eabe6f9e0d3158d4f367332155627d9.tar.bz2 |
Backport rev. 3ae74b361f53 to 2.7 branch.
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index f5f8148..6f8b8bb 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -302,6 +302,8 @@ always available. 5.2.4.2.2 of the 1999 ISO/IEC C standard [C99]_, 'Characteristics of floating types', for details. + .. tabularcolumns:: |l|l|L| + +---------------------+----------------+--------------------------------------------------+ | attribute | float.h macro | explanation | +=====================+================+==================================================+ @@ -599,6 +601,8 @@ always available. A struct sequence that holds information about Python's internal representation of integers. The attributes are read only. + .. tabularcolumns:: |l|L| + +-------------------------+----------------------------------------------+ | Attribute | Explanation | +=========================+==============================================+ |