Kaydet (Commit) 2b8ef2df authored tarafından Benjamin Peterson's avatar Benjamin Peterson

say struct sequence rather than structseq and link to glossary

üst 82f614b2
...@@ -224,8 +224,8 @@ always available. ...@@ -224,8 +224,8 @@ always available.
.. data:: flags .. data:: flags
The struct sequence *flags* exposes the status of command line flags. The The :term:`struct sequence` *flags* exposes the status of command line
attributes are read only. flags. The attributes are read only.
============================= ============================= ============================= =============================
attribute flag attribute flag
...@@ -249,12 +249,12 @@ always available. ...@@ -249,12 +249,12 @@ always available.
.. data:: float_info .. data:: float_info
A structseq holding information about the float type. It contains low level A :term:`struct sequence` holding information about the float type. It
information about the precision and internal representation. The values contains low level information about the precision and internal
correspond to the various floating-point constants defined in the standard representation. The values correspond to the various floating-point
header file :file:`float.h` for the 'C' programming language; see section constants defined in the standard header file :file:`float.h` for the 'C'
5.2.4.2.2 of the 1999 ISO/IEC C standard [C99]_, 'Characteristics of programming language; see section 5.2.4.2.2 of the 1999 ISO/IEC C standard
floating types', for details. [C99]_, 'Characteristics of floating types', for details.
+---------------------+----------------+--------------------------------------------------+ +---------------------+----------------+--------------------------------------------------+
| attribute | float.h macro | explanation | | attribute | float.h macro | explanation |
...@@ -500,8 +500,9 @@ always available. ...@@ -500,8 +500,9 @@ always available.
.. data:: hash_info .. data:: hash_info
A structseq giving parameters of the numeric hash implementation. For A :term:`struct sequence` giving parameters of the numeric hash
more details about hashing of numeric types, see :ref:`numeric-hash`. implementation. For more details about hashing of numeric types, see
:ref:`numeric-hash`.
+---------------------+--------------------------------------------------+ +---------------------+--------------------------------------------------+
| attribute | explanation | | attribute | explanation |
...@@ -542,8 +543,8 @@ always available. ...@@ -542,8 +543,8 @@ always available.
.. data:: int_info .. data:: int_info
A struct sequence that holds information about Python's A :term:`struct sequence` that holds information about Python's internal
internal representation of integers. The attributes are read only. representation of integers. The attributes are read only.
+-------------------------+----------------------------------------------+ +-------------------------+----------------------------------------------+
| attribute | explanation | | attribute | explanation |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment