[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.15, 1.16

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Wed Nov 26 13:05:28 EST 2003


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv25039

Modified Files:
	whatsnew24.tex 
Log Message:
Fix typo and mark-up; shorten text

Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** whatsnew24.tex	26 Nov 2003 18:03:48 -0000	1.15
--- whatsnew24.tex	26 Nov 2003 18:05:26 -0000	1.16
***************
*** 307,315 ****
    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).
  
  \end{itemize}
--- 307,313 ----
    Python objects.
  
!   \item A new function, \cfunction{PyDict_Contains(d, k)}, implements
!   fast dictionary lookups without masking exceptions raised during the
!   look-up process.
  
  \end{itemize}





More information about the Python-checkins mailing list