File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,9 +70,7 @@ \section{Built-in Module \sectcode{struct}}
7070string (while \code {'0c'} means 0 characters).
7171
7272For the \code {'I'} and \code {'L'} format characters, the return
73- value is a Python long integer if a Python plain integer can't
74- represent the required range (note: this is dependent on the size of
75- the relevant C types only, not of the sign of the actual value).
73+ value is a Python long integer.
7674
7775By default, C numbers are represented in the machine's native format
7876and byte order, and properly aligned by skipping pad bytes if
Original file line number Diff line number Diff line change @@ -70,9 +70,7 @@ \section{Built-in Module \sectcode{struct}}
7070string (while \code {'0c'} means 0 characters).
7171
7272For the \code {'I'} and \code {'L'} format characters, the return
73- value is a Python long integer if a Python plain integer can't
74- represent the required range (note: this is dependent on the size of
75- the relevant C types only, not of the sign of the actual value).
73+ value is a Python long integer.
7674
7775By default, C numbers are represented in the machine's native format
7876and byte order, and properly aligned by skipping pad bytes if
You can’t perform that action at this time.
0 commit comments