Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
adeffcc2
Commit
adeffcc2
authored
Feb 26, 2016
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Closes #26444: typo fixes.
parent
63d096dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Doc/library/xml.etree.elementtree.rst
Doc/library/xml.etree.elementtree.rst
+7
-7
No files found.
Doc/library/xml.etree.elementtree.rst
View file @
adeffcc2
...
@@ -1044,16 +1044,16 @@ XMLParser Objects
...
@@ -1044,16 +1044,16 @@ XMLParser Objects
This class is the low-level building block of the module. It uses
This class is the low-level building block of the module. It uses
:mod:`xml.parsers.expat` for efficient, event-based parsing of XML. It can
:mod:`xml.parsers.expat` for efficient, event-based parsing of XML. It can
be fed XML data incrementall
with the :meth:`feed` method, and parsing events
be fed XML data incrementall
y with the :meth:`feed` method, and parsing
are translated to a push API - by invoking callbacks on the *target* object.
events are translated to a push API - by invoking callbacks on the *target*
If *target* is omitted, the standard :class:`TreeBuilder` is used. The
object. If *target* is omitted, the standard :class:`TreeBuilder` is used.
*html* argument was historically used for backwards compatibility and is now
The *html* argument was historically used for backwards compatibility and is
deprecated. If *encoding* [1]_ is given, the value overrides the encoding
now deprecated. If *encoding* [1]_ is given, the value overrides the
specified in the XML file.
encoding
specified in the XML file.
.. deprecated:: 3.4
.. deprecated:: 3.4
The *html* argument. The remaining arguments should be passed via
The *html* argument. The remaining arguments should be passed via
keyw
w
ord to prepare for the removal of the *html* argument.
keyword to prepare for the removal of the *html* argument.
.. method:: close()
.. method:: close()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment