Skip to content

Commit

Permalink
Fix typo and mark-up; shorten text
Browse files Browse the repository at this point in the history
  • Loading branch information
akuchling committed Nov 26, 2003
1 parent 6708756 commit 2ce1d47
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Doc/whatsnew/whatsnew24.tex
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,9 @@ \section{Build and C API Changes}
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}

Expand Down

0 comments on commit 2ce1d47

Please sign in to comment.