[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/clauses.py Added one more comment

Hanno Schlichting plone at hannosch.info
Wed Jul 23 04:04:47 EDT 2008


Log message for revision 88748:
  Added one more comment

Changed:
  U   z3c.pt/trunk/src/z3c/pt/clauses.py

-=-
Modified: z3c.pt/trunk/src/z3c/pt/clauses.py
===================================================================
--- z3c.pt/trunk/src/z3c/pt/clauses.py	2008-07-23 08:01:52 UTC (rev 88747)
+++ z3c.pt/trunk/src/z3c/pt/clauses.py	2008-07-23 08:04:46 UTC (rev 88748)
@@ -744,6 +744,7 @@
         if self.structure:
             stream.write("_write(_urf)")
         else:
+            # Inlined escape function
             stream.write("if '&' in _urf:")
             stream.indent()
             stream.write("_urf = _urf.replace('&', '&')")



More information about the Checkins mailing list