[New-bugs-announce] [issue30452] xml.etree sourcecode bug

Zoltan Baksa report at bugs.python.org
Wed May 24 04:36:18 EDT 2017


New submission from Zoltan Baksa:

Hi,
I used before an XML merger script with 2.7 version, which was running fine. After my Anaconda was updated by SCCM to version 3.6 the same script fails and reports the following traceback:

File "C:\Program Files\Anaconda3\lib\xml\etree\ElementTree.py", line 1190, in
parse
 tree.parse(source, parser)
  File "C:\Program Files\Anaconda3\lib\xml\etree\ElementTree.py", line 591, in p
arse
    self._root = parser._parse_whole(source)
xml.etree.ElementTree.ParseError: unclosed token: line 128, column 4

What can I do?

----------
components: XML
files: xmlMerge.py
messages: 294335
nosy: baksaz
priority: normal
severity: normal
status: open
title: xml.etree sourcecode bug
versions: Python 3.6
Added file: http://bugs.python.org/file46891/xmlMerge.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30452>
_______________________________________


More information about the New-bugs-announce mailing list