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-19.14:56:10
SpamBayes Score 0.013217549
Marked as misclassified No
Message-id <1192805771.28.0.858973783616.issue1290@psf.upfronthosting.co.za>
In-reply-to
Content
The fact that the problem occurs only from the command line and not when
run from a script indicates that the real issue is in trying to print
the object. Sure enough, if you modify the script to do
repr(mydom.firstChild.childNodes), it gets the same problem. So the
issue may have some thing to do with how the object is constructed in
repr(). I don't have time right now to dig deeper but the parser itself
may not have any encoding/decoding issues (apart of ability to print
these high level objects).
History
Date User Action Args
2007-10-19 14:56:11draghuramsetspambayes_score: 0.0132175 -> 0.013217549
recipients: + draghuram, facundobatista, sharmila
2007-10-19 14:56:11draghuramsetspambayes_score: 0.0132175 -> 0.0132175
messageid: <1192805771.28.0.858973783616.issue1290@psf.upfronthosting.co.za>
2007-10-19 14:56:11draghuramlinkissue1290 messages
2007-10-19 14:56:10draghuramcreate