File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
.. _floatobjects :
4
4
5
5
Floating Point Objects
6
- ----------------------
6
+ ======================
7
7
8
8
.. index :: pair: object; floating point
9
9
@@ -79,7 +79,7 @@ Floating Point Objects
79
79
80
80
81
81
Pack and Unpack functions
82
- =========================
82
+ -------------------------
83
83
84
84
The pack and unpack functions provide an efficient platform-independent way to
85
85
store floating-point values as byte strings. The Pack routines produce a bytes
@@ -104,7 +104,7 @@ happens in such cases is partly accidental (alas).
104
104
.. versionadded:: 3.11
105
105
106
106
Pack functions
107
- --------------
107
+ ^^^^^^^^^^^^^^
108
108
109
109
The pack routines write 2, 4 or 8 bytes, starting at *p*. *le* is an
110
110
:c:expr:`int` argument, non-zero if you want the bytes string in little-endian
@@ -135,7 +135,7 @@ There are two problems on non-IEEE platforms:
135
135
136
136
137
137
Unpack functions
138
- ----------------
138
+ ^^^^^^^^^^^^^^^^
139
139
140
140
The unpack routines read 2, 4 or 8 bytes, starting at *p *. *le * is an
141
141
:c:expr: `int ` argument, non-zero if the bytes string is in little-endian format
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Slice Objects
113
113
114
114
115
115
Ellipsis Object
116
- ---------------
116
+ ^^^^^^^^^^^^^^^
117
117
118
118
119
119
.. c :var :: PyObject *Py_Ellipsis
You can’t perform that action at this time.
0 commit comments