From: Fred Drake Date: Mon, 5 Apr 1999 21:26:37 +0000 (+0000) Subject: Fixed latex2html weirdness for a footnote. X-Git-Tag: v1.5.2c1~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52e2d51ef3015168fa34c8a6b4aa8c9d6835ef2e;p=thirdparty%2FPython%2Fcpython.git Fixed latex2html weirdness for a footnote. --- diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 283e2848ec1f..6ca74f9ef126 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -1294,8 +1294,8 @@ checking. The C function calling mechanism guarantees that the argument list passed to C functions (\code{args} in the examples) is never -\NULL{} --- in fact it guarantees that it is always a tuple.% -\footnote{These guarantees don't hold when you use the ``old'' style +\NULL{} --- in fact it guarantees that it is always a tuple.\footnote{ +These guarantees don't hold when you use the ``old'' style calling convention --- this is still found in much existing code.} It is a severe error to ever let a \NULL{} pointer ``escape'' to