We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79efbb7 commit e9a465fCopy full SHA for e9a465f
Doc/whatsnew/3.8.rst
@@ -558,6 +558,13 @@ xml
558
:func:`–xml.etree.ElementTree.canonicalize()` that implements C14N 2.0.
559
(Contributed by Stefan Behnel in :issue:`13611`.)
560
561
+* The target object of :class:`xml.etree.ElementTree.XMLParser` can
562
+ receive namespace declaration events through the new callback methods
563
+ ``start_ns()`` and ``end_ns()``. Additionally, the
564
+ :class:`xml.etree.ElementTree.TreeBuilder` target can be configured
565
+ to process events about comments and processing instructions to include
566
+ them in the generated tree.
567
+ (Contributed by Stefan Behnel in :issue:`36676` and :issue:`36673`.)
568
569
Optimizations
570
=============
0 commit comments