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

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Aug 6 00:57:40 EDT 2003


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

Modified Files:
      Tag: release23-maint
	libexcs.tex 
Log Message:
Backport doc update:

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.52.10.1
diff -C2 -d -r1.52 -r1.52.10.1
*** libexcs.tex	29 May 2003 02:17:22 -0000	1.52
--- libexcs.tex	6 Aug 2003 06:57:38 -0000	1.52.10.1
***************
*** 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