[Python-checkins] python/dist/src/Grammar Grammar,1.47,1.48

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 04 Aug 2002 10:29:54 -0700


Update of /cvsroot/python/python/dist/src/Grammar
In directory usw-pr-cvs1:/tmp/cvs-serv1805/Grammar

Modified Files:
	Grammar 
Log Message:
Patch #534304: Implement phase 1 of PEP 263.


Index: Grammar
===================================================================
RCS file: /cvsroot/python/python/dist/src/Grammar/Grammar,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** Grammar	24 May 2002 15:47:06 -0000	1.47
--- Grammar	4 Aug 2002 17:29:52 -0000	1.48
***************
*** 103,104 ****
--- 103,107 ----
  
  testlist1: test (',' test)*
+ 
+ # not used in grammar, but may appear in "node" passed from Parser to Compiler
+ encoding_decl: NAME