Mailing List Archive

CVS: python/dist/src/Doc/ext extending.tex,1.12,1.13
Update of /cvsroot/python/python/dist/src/Doc/ext
In directory usw-pr-cvs1:/tmp/cvs-serv9157/ext

Modified Files:
extending.tex
Log Message:
Allow a page break in a code longish example.

Index: extending.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/extending.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** extending.tex 9 Jan 2002 16:21:27 -0000 1.12
--- extending.tex 28 Mar 2002 20:19:23 -0000 1.13
***************
*** 997,1005 ****
* three.
*/
! {"parrot", (PyCFunction)keywdarg_parrot, METH_VARARGS|METH_KEYWORDS,
"Print a lovely skit to standard output."},
{NULL, NULL, 0, NULL} /* sentinel */
};

void
initkeywdarg(void)
--- 997,1007 ----
* three.
*/
! {"parrot", (PyCFunction)keywdarg_parrot, METH_VARARGS | METH_KEYWORDS,
"Print a lovely skit to standard output."},
{NULL, NULL, 0, NULL} /* sentinel */
};
+ \end{verbatim}

+ \begin{verbatim}
void
initkeywdarg(void)