diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-11-26 18:05:26 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-11-26 18:05:26 (GMT) |
commit | 2ce1d47e1ea7e6f157c8424cf535bc849541a194 (patch) | |
tree | 7db69951dc44b69984732f43a2a458a60827d1b4 /Doc/whatsnew | |
parent | 670875644b77dee1b72b52199d297c43dcbeab8a (diff) | |
download | cpython-2ce1d47e1ea7e6f157c8424cf535bc849541a194.zip cpython-2ce1d47e1ea7e6f157c8424cf535bc849541a194.tar.gz cpython-2ce1d47e1ea7e6f157c8424cf535bc849541a194.tar.bz2 |
Fix typo and mark-up; shorten text
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 3be6707..a52bda9 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} |