diff options
Diffstat (limited to 'Doc/api/utilities.tex')
-rw-r--r-- | Doc/api/utilities.tex | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/api/utilities.tex b/Doc/api/utilities.tex index 357ca0a..ab31f4e 100644 --- a/Doc/api/utilities.tex +++ b/Doc/api/utilities.tex @@ -289,12 +289,6 @@ Numeric values are stored with the least significant byte first. regardless of the size of the native \ctype{long} type. \end{cfuncdesc} -\begin{cfuncdesc}{void}{PyMarshal_WriteShortToFile}{short value, FILE *file} - Marshal a \ctype{short} integer, \var{value}, to \var{file}. This - will only write the least-significant 16 bits of \var{value}; - regardless of the size of the native \ctype{short} type. -\end{cfuncdesc} - \begin{cfuncdesc}{void}{PyMarshal_WriteObjectToFile}{PyObject *value, FILE *file} Marshal a Python object, \var{value}, to \var{file}. |