[Python-checkins] python/dist/src/Doc/lib libexcs.tex,1.47,1.48

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Tue, 27 Aug 2002 16:53:25 -0700


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

Modified Files:
	libexcs.tex 
Log Message:
Note change in behavior from 1.5.2.  The new argument to NameError is
an error message and not just the missing name.

Closes SF Bug 599869.


Index: libexcs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libexcs.tex,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** libexcs.tex	14 Aug 2002 16:40:54 -0000	1.47
--- libexcs.tex	27 Aug 2002 23:53:23 -0000	1.48
***************
*** 207,212 ****
  \begin{excdesc}{NameError}
    Raised when a local or global name is not found.  This applies only
!   to unqualified names.  The associated value is the name that could
!   not be found.
  \end{excdesc}
  
--- 207,212 ----
  \begin{excdesc}{NameError}
    Raised when a local or global name is not found.  This applies only
!   to unqualified names.  The associated value is an error message that
!   includes the name that could not be found.
  \end{excdesc}