This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author draghuram
Recipients draghuram, facundobatista, sharmila
Date 2007-10-18.20:44:24
SpamBayes Score 0.20421758
Marked as misclassified No
Message-id <1192740264.87.0.601301751126.issue1290@psf.upfronthosting.co.za>
In-reply-to
Content
I forgot to show dom.py source.

marvin:cpython$ cat dom.py 
import xml.dom.minidom as dom
data = open('testdata.txt','r').read()
mydom = dom.parseString(data)
mydom.firstChild.childNodes
History
Date User Action Args
2007-10-18 20:44:24draghuramsetspambayes_score: 0.204218 -> 0.20421758
recipients: + draghuram, facundobatista, sharmila
2007-10-18 20:44:24draghuramsetspambayes_score: 0.204218 -> 0.204218
messageid: <1192740264.87.0.601301751126.issue1290@psf.upfronthosting.co.za>
2007-10-18 20:44:24draghuramlinkissue1290 messages
2007-10-18 20:44:24draghuramcreate