mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix merge in changeset e1dde980a92c.
This commit is contained in:
parent
c4a11bd1d5
commit
b82cbc33f5
1 changed files with 1 additions and 1 deletions
|
@ -738,8 +738,8 @@ def iterparse():
|
||||||
... print action, elem.tag
|
... print action, elem.tag
|
||||||
... except ET.ParseError, v:
|
... except ET.ParseError, v:
|
||||||
... print v
|
... print v
|
||||||
junk after document element: line 1, column 12
|
|
||||||
end document
|
end document
|
||||||
|
junk after document element: line 1, column 12
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def writefile():
|
def writefile():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue