[Python-checkins] python/dist/src/Doc/tut tut.tex,1.156.4.1.2.10,1.156.4.1.2.11

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Fri, 04 Oct 2002 22:04:10 -0700


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

Modified Files:
      Tag: release22-maint
	tut.tex 
Log Message:
Backport 1.161:  Message for NameError has changed.

Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.156.4.1.2.10
retrieving revision 1.156.4.1.2.11
diff -C2 -d -r1.156.4.1.2.10 -r1.156.4.1.2.11
*** tut.tex	6 Sep 2002 18:09:22 -0000	1.156.4.1.2.10
--- tut.tex	5 Oct 2002 05:04:07 -0000	1.156.4.1.2.11
***************
*** 3080,3084 ****
  Traceback (most recent call last):
    File "<stdin>", line 1, in ?
! NameError: spam
  >>> '2' + 2
  Traceback (most recent call last):
--- 3080,3084 ----
  Traceback (most recent call last):
    File "<stdin>", line 1, in ?
! NameError: name 'spam' is not defined
  >>> '2' + 2
  Traceback (most recent call last):