Issue1500539

classification
Title: error in xml.dom.minidom.parseString()
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: maldana
Priority: normal Keywords:

Created on 2006-06-04.16:14:23 by maldana, last changed 2006-06-04.16:16:19 by maldana.

Messages
msg1142 (view) Author: manuel_aldana (maldana) Date: 2006-06-04.16:14:23
reproduction:

$ jython.bat
Jython 2.1 on java1.5.0_06 (JIT: null)
>>> from xml.dom.minidom import *
>>> parseString('<xml/>')
Traceboack (innermost last):
  File "<console>", link1, in ?
  File "C:\Programme\Jython\Lib\xml\dom\minidom.py",
line 913 in parseString
  File "C:\Programme\Jython\Lib\xml\dom\minidom.py",
line 900 in _doparse
  File "C:\Programme\Jython\Lib\xml\dom\pulldom.py",
line 251, in getEvent

it works with my installed python 2.4. 
thnx.
msg1143 (view) Author: manuel_aldana (maldana) Date: 2006-06-04.16:16:19
Logged In: YES 
user_id=1514451

sorry, I forgot the last line of error message:
AttributeError: feed
History
Date User Action Args
2006-06-04 16:14:23maldanacreate