diff options
Diffstat (limited to 'Doc/lib/xmlsaxhandler.tex')
-rw-r--r-- | Doc/lib/xmlsaxhandler.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex index 8d9c519..5fb2f17 100644 --- a/Doc/lib/xmlsaxhandler.tex +++ b/Doc/lib/xmlsaxhandler.tex @@ -263,13 +263,13 @@ appropriate events in the input document: \var{content} may be a Unicode string or a byte string; the \code{expat} reader module produces always Unicode strings. - \strong{Note:} The earlier SAX 1 interface provided by the Python + \note{The earlier SAX 1 interface provided by the Python XML Special Interest Group used a more Java-like interface for this method. Since most parsers used from Python did not take advantage of the older interface, the simpler signature was chosen to replace it. To convert old code to the new interface, use \var{content} instead of slicing content with the old \var{offset} and - \var{length} parameters. + \var{length} parameters.} \end{methoddesc} \begin{methoddesc}[ContentHandler]{ignorableWhitespace}{} |