[Python-checkins] python/dist/src/Doc/lib libexcs.tex,1.43,1.43.6.1

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Tue, 27 Aug 2002 16:54:59 -0700


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

Modified Files:
      Tag: release22-maint
	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.43
retrieving revision 1.43.6.1
diff -C2 -d -r1.43 -r1.43.6.1
*** libexcs.tex	28 Nov 2001 07:26:15 -0000	1.43
--- libexcs.tex	27 Aug 2002 23:54:57 -0000	1.43.6.1
***************
*** 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}