[Python-checkins] python/dist/src/Doc/lib libexcs.tex,1.52,1.53

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Aug 4 02:33:52 EDT 2003


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

Modified Files:
	libexcs.tex 
Log Message:
Clarified that TypeErrors can be raised by any 
function (not just builtins).

The issue arose in a thread on comp.lang.python.



Index: libexcs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libexcs.tex,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** libexcs.tex	29 May 2003 02:17:22 -0000	1.52
--- libexcs.tex	4 Aug 2003 08:33:50 -0000	1.53
***************
*** 323,327 ****
  
  \begin{excdesc}{TypeError}
!   Raised when a built-in operation or function is applied to an object
    of inappropriate type.  The associated value is a string giving
    details about the type mismatch.
--- 323,327 ----
  
  \begin{excdesc}{TypeError}
!   Raised when an operation or function is applied to an object
    of inappropriate type.  The associated value is a string giving
    details about the type mismatch.





More information about the Python-checkins mailing list