summaryrefslogtreecommitdiff
path: root/docs/users_guide_src
diff options
context:
space:
mode:
authorhierro <hierro>2002-02-20 23:11:52 +0000
committerhierro <hierro>2002-02-20 23:11:52 +0000
commit165f9d52f4e2285ccac93687cd99d969427d0de9 (patch)
tree73d6892084b2ff3f1f88d699fb008ff4964d790a /docs/users_guide_src
parentc9e8d0bcd34ce2293328b6418a4475e4e8ecd588 (diff)
downloadpython-cheetah-165f9d52f4e2285ccac93687cd99d969427d0de9.tar.gz
Add comment about possible bug in the #pass section.
Diffstat (limited to 'docs/users_guide_src')
-rw-r--r--docs/users_guide_src/flowControl.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users_guide_src/flowControl.tex b/docs/users_guide_src/flowControl.tex
index 87d3452..2f4d248 100644
--- a/docs/users_guide_src/flowControl.tex
+++ b/docs/users_guide_src/flowControl.tex
@@ -239,6 +239,10 @@ In this example the output list will not contain ``10 - ''.
#end if
\end{verbatim}
+@@ MSO: Are the colons really allowed? We've been telling people not to use
+@@ colons. In any case, Greg Czajkowski <gregczajkowski@yahoo.com> tried to
+@@ use colons and got an error on the #else directive but not on the others.
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{\#stop}
\label{flowControl.stop}