cpython: 31e6adf5bfba (original) (raw)
Mercurial > cpython
changeset 89576:31e6adf5bfba
whatsnew: deprecation of ElementTree XMLParser *html* and iterparse *parser*. #17741 [#17741]
R David Murray rdmurray@bitdance.com | |
---|---|
date | Mon, 10 Mar 2014 18:09:54 -0400 |
parents | e6d862886e5c |
children | 02fc4fc32eec |
files | Doc/library/xml.etree.elementtree.rst Doc/whatsnew/3.4.rst |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-)[+] [-] Doc/library/xml.etree.elementtree.rst 3 Doc/whatsnew/3.4.rst 5 |
line wrap: on
line diff
--- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -952,7 +952,8 @@ XMLParser Objects specified in the XML file. .. deprecated:: 3.4
The *html* argument.[](#l1.7)
The *html* argument. The remaining arguments should be passed via[](#l1.8)
keywword to prepare for the removal of the *html* argument.[](#l1.9)
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -2057,6 +2057,11 @@ Deprecations in the Python API
appropriate uses of :class:io.TextIOWrapper
(if needed) and its newline
argument.
+* The parser argument of :func:~xml.etree.ElementTree.iterparse
has