quixote ptl_compile.py,1.23,1.24
Greg Ward <gward-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]>
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/cvs/quixote
In directory hewson:/tmp/cvs-serv18786
Modified Files:
ptl_compile.py
Log Message:
Comment fix.
Index: ptl_compile.py
===================================================================
RCS file: /home/cvs/quixote/ptl_compile.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ptl_compile.py 9 Jul 2002 19:55:58 -0000 1.23
+++ ptl_compile.py 10 Oct 2002 13:47:41 -0000 1.24
@@ -120,7 +120,7 @@
return transformer.Transformer.expr_stmt(self, nodelist)
# Instead of discarding objects on the stack, call
- # "IO_INSTANCE.write(obj)".
+ # "IO_INSTANCE += obj".
exprNode = self.com_node(nodelist[-1])
if len(nodelist) == 1:
lval = ast.Name(IO_INSTANCE)