You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cleaned up the table of error constants defined in pyexpat.errors; an
extra pair of braces had pretty much destroyed the table! (Not sure why.)
Moved the pyexpat.errors module documentation into a \section with the
proper headers for a module.
Here is the list of handlers that can be set. To set a handler on an
119
-
\class{xmlparser} object \var{o}, use \code{\var{o}.\var{handlername} = \var{func}}. \var{handlername} must be taken from the following list, and \var{func} must be a callable object accepting the correct number of arguments. The arguments are all strings, unless otherwise stated.
120
+
\class{xmlparser} object \var{o}, use
121
+
\code{\var{o}.\var{handlername} = \var{func}}. \var{handlername} must
122
+
be taken from the following list, and \var{func} must be a callable
123
+
object accepting the correct number of arguments. The arguments are
0 commit comments