Mailing List Archive

python/nondist/sandbox/ast asdl_c.py,1.6,1.7
Update of /cvsroot/python/python/nondist/sandbox/ast
In directory usw-pr-cvs1:/tmp/cvs-serv11515

Modified Files:
asdl_c.py
Log Message:
PrototypeVisitor isn't ready yet.


Index: asdl_c.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/ast/asdl_c.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** asdl_c.py 11 Apr 2002 21:20:19 -0000 1.6
--- asdl_c.py 12 Apr 2002 02:35:15 -0000 1.7
***************
*** 254,258 ****
c = ChainOfVisitors(TypeDefVisitor(f),
StructVisitor(f),
! PrototypeVisitor(f))
c.visit(mod)
f.close()
--- 254,259 ----
c = ChainOfVisitors(TypeDefVisitor(f),
StructVisitor(f),
! ## PrototypeVisitor(f)
! )
c.visit(mod)
f.close()