diff options
author | Guido van Rossum <guido@python.org> | 1998-12-07 21:59:56 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-12-07 21:59:56 (GMT) |
commit | f484a3366b2e0e40b0577d652407f9b84a0ec208 (patch) | |
tree | 2a9c30903e231f9ae4737dddafc4eea8ee89dc0d /Doc/lib | |
parent | 926f7b66153a74ae20b666be137ddfb87e375c2e (diff) | |
download | cpython-f484a3366b2e0e40b0577d652407f9b84a0ec208.zip cpython-f484a3366b2e0e40b0577d652407f9b84a0ec208.tar.gz cpython-f484a3366b2e0e40b0577d652407f9b84a0ec208.tar.bz2 |
Sjoerd writes:
When literal mode is entered it should exit automatically when the
matching close tag of the last unclosed open tag is encountered. This
patch fixes this.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libxmllib.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index d8aa3ed..7a7c85d 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -27,7 +27,8 @@ Stop processing tags. Treat all following input as literal input \end{methoddesc} \begin{methoddesc}{setliteral}{} -Enter literal mode (CDATA mode). +Enter literal mode (CDATA mode). This mode is automatically exited +when the close tag matching the last unclosed open tag is encountered. \end{methoddesc} \begin{methoddesc}{feed}{data} |