File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -159,8 +159,8 @@ the :ref:`format-characters` section.
159
159
Note the difference between ``'@' `` and ``'=' ``: both use native byte order, but
160
160
the size and alignment of the latter is standardized.
161
161
162
- The form ``'!' `` is available for those poor souls who claim they can't remember
163
- whether network byte order is big-endian or little-endian .
162
+ The form ``'!' `` represents the network byte order which is always big-endian
163
+ as defined in ` IETF RFC 1700 < IETF RFC 1700 _>`_ .
164
164
165
165
There is no way to indicate non-native byte order (force byte-swapping); use the
166
166
appropriate choice of ``'<' `` or ``'>' ``.
@@ -467,3 +467,5 @@ The :mod:`struct` module also defines the following type:
467
467
.. _half precision format : https://en.wikipedia.org/wiki/Half-precision_floating-point_format
468
468
469
469
.. _ieee 754 standard : https://en.wikipedia.org/wiki/IEEE_floating_point#IEEE_754-2008
470
+
471
+ .. _IETF RFC 1700 : https://tools.ietf.org/html/rfc1700
You can’t perform that action at this time.
0 commit comments