[Python-checkins] CVS: python/dist/src/Modules parsermodule.c,2.41,2.42

Fred L. Drake python-dev@python.org
Mon, 3 Jul 2000 11:07:45 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv28159

Modified Files:
	parsermodule.c 
Log Message:

Andrew Kuchling <akuchlin@mems-exchange.org>:
Typo in string literal: execpt --> except


Index: parsermodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/parsermodule.c,v
retrieving revision 2.41
retrieving revision 2.42
diff -C2 -r2.41 -r2.42
*** parsermodule.c	2000/06/30 23:58:05	2.41
--- parsermodule.c	2000/07/03 18:07:43	2.42
***************
*** 1652,1656 ****
                 && validate_suite(CHILD(tree, nch - 1)));
      else {
!         const char* name = "execpt";
          char buffer[60];
          if (TYPE(CHILD(tree, nch - 3)) != except_clause)
--- 1652,1656 ----
                 && validate_suite(CHILD(tree, nch - 1)));
      else {
!         const char* name = "except";
          char buffer[60];
          if (TYPE(CHILD(tree, nch - 3)) != except_clause)