[Python-checkins] python/dist/src/Doc/api utilities.tex,1.7,1.8
nnorwitz@users.sourceforge.net
nnorwitz@users.sourceforge.net
2003年3月06日 14:04:28 -0800
Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1:/tmp/cvs-serv32541/Doc/api
Modified Files:
utilities.tex
Log Message:
Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented
Remove prototype and doc. Backport candidate.
Index: utilities.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/utilities.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** utilities.tex 13 Nov 2002 15:13:38 -0000 1.7
--- utilities.tex 6 Mar 2003 22:04:24 -0000 1.8
***************
*** 290,299 ****
\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}
--- 290,293 ----