summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-28 12:28:55 (GMT)
committerGeorg Brandl <georg@python.org>2013-03-28 12:28:55 (GMT)
commit1bab7134a8d2e431ccca11a45ba4acb4203db495 (patch)
tree0d65ff15a549ddf8d5a815c7c66b7e1f1f58263d /Doc/library/sys.rst
parent8cb15bf6ff32b6d9faee29efaae43334fe019360 (diff)
parent44ea77bd817c0b50e01344b7e8758995aaeebb63 (diff)
downloadcpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.zip
cpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.tar.gz
cpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.tar.bz2
Merge with 3.3.
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index fb3ccee..5f8399f 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -307,6 +307,8 @@ always available.
programming language; see section 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 |
+=====================+================+==================================================+
@@ -661,6 +663,8 @@ always available.
A :term:`struct sequence` that holds information about Python's internal
representation of integers. The attributes are read only.
+ .. tabularcolumns:: |l|L|
+
+-------------------------+----------------------------------------------+
| Attribute | Explanation |
+=========================+==============================================+
@@ -1092,6 +1096,8 @@ always available.
A :term:`struct sequence` holding information about the thread
implementation.
+ .. tabularcolumns:: |l|p{0.7\linewidth}|
+
+------------------+---------------------------------------------------------+
| Attribute | Explanation |
+==================+=========================================================+