mirror of https://github.com/python/cpython
Merge to 3.2.
This commit is contained in:
commit
2f5cac6ab4
|
@ -154,7 +154,7 @@ An exception is defined as well:
|
||||||
|
|
||||||
Method called when an unrecognized SGML declaration is read by the parser.
|
Method called when an unrecognized SGML declaration is read by the parser.
|
||||||
The *data* parameter will be the entire contents of the declaration inside
|
The *data* parameter will be the entire contents of the declaration inside
|
||||||
the ``<!...>`` markup. It is sometimes useful to be be overridden by a
|
the ``<!...>`` markup. It is sometimes useful to be overridden by a
|
||||||
derived class; the base class implementation raises an :exc:`HTMLParseError`.
|
derived class; the base class implementation raises an :exc:`HTMLParseError`.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue