From: Andrew M. Kuchling Date: Wed, 26 Nov 2003 18:05:26 +0000 (+0000) Subject: Fix typo and mark-up; shorten text X-Git-Tag: v2.4a1~1199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ce1d47e1ea7e6f157c8424cf535bc849541a194;p=thirdparty%2FPython%2Fcpython.git Fix typo and mark-up; shorten text --- diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 3be67077ecef..a52bda9c1e0a 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -306,11 +306,9 @@ Changes to Python's build process and to the C API include: objN)}, constructs tuples from a variable length argument list of Python objects. - \item A new function, \function{PyDict_Contains(d, k)}, implements - fast dictionary lookups without masking exceptions raised during - the loop-up process (compare with \function{PySequence_Contains()} - which is slower or \function{PyMapping_HasKey()} which clears all - exceptions). + \item A new function, \cfunction{PyDict_Contains(d, k)}, implements + fast dictionary lookups without masking exceptions raised during the + look-up process. \end{itemize}