[Python-checkins] python/dist/src/Python ast.c,1.1.2.36,1.1.2.37

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Sat Dec 27 11:14:08 EST 2003


Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1:/tmp/cvs-serv11872/Python

Modified Files:
      Tag: ast-branch
	ast.c 
Log Message:
Add a FIXME

Index: ast.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/Attic/ast.c,v
retrieving revision 1.1.2.36
retrieving revision 1.1.2.37
diff -C2 -d -r1.1.2.36 -r1.1.2.37
*** ast.c	2 Dec 2003 06:54:28 -0000	1.1.2.36
--- ast.c	27 Dec 2003 16:14:05 -0000	1.1.2.37
***************
*** 176,179 ****
--- 176,184 ----
                  return Interactive(stmts);
              }
+         case encoding_decl:
+ 	    /* XXX need to handle */
+             fprintf(stderr, "error in PyAST_FromNode()"
+                             " need to handle encoding\n");
+             break;
          default:
              goto error;





More information about the Python-checkins mailing list