mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
bpo-36676: Update what's new document. (#13226)
This commit is contained in:
parent
79efbb7193
commit
e9a465f3ea
1 changed files with 7 additions and 0 deletions
|
@ -558,6 +558,13 @@ xml
|
||||||
:func:`–xml.etree.ElementTree.canonicalize()` that implements C14N 2.0.
|
:func:`–xml.etree.ElementTree.canonicalize()` that implements C14N 2.0.
|
||||||
(Contributed by Stefan Behnel in :issue:`13611`.)
|
(Contributed by Stefan Behnel in :issue:`13611`.)
|
||||||
|
|
||||||
|
* The target object of :class:`xml.etree.ElementTree.XMLParser` can
|
||||||
|
receive namespace declaration events through the new callback methods
|
||||||
|
``start_ns()`` and ``end_ns()``. Additionally, the
|
||||||
|
:class:`xml.etree.ElementTree.TreeBuilder` target can be configured
|
||||||
|
to process events about comments and processing instructions to include
|
||||||
|
them in the generated tree.
|
||||||
|
(Contributed by Stefan Behnel in :issue:`36676` and :issue:`36673`.)
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
=============
|
=============
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue