Kaydet (Commit) 2ce1d47e authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix typo and mark-up; shorten text

üst 67087564
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment