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 loewis
Recipients loewis, resplin
Date 2008-04-17.06:05:00
SpamBayes Score 0.23651175
Marked as misclassified No
Message-id <1208412302.03.0.3409813091.issue2647@psf.upfronthosting.co.za>
In-reply-to
Content
That's not a bug. The two XML documents are completely equivalent. If
you rely on the lexical representation of specific characters, you
should reconsider your usage of XML. toxml could have chosen to
represent < as &#60;, and that still would have been correct (IOW, it
doesn't even know anymore that you represented it as &lt; in the input).
History
Date User Action Args
2008-04-17 06:05:02loewissetspambayes_score: 0.236512 -> 0.23651175
recipients: + loewis, resplin
2008-04-17 06:05:02loewissetspambayes_score: 0.236512 -> 0.236512
messageid: <1208412302.03.0.3409813091.issue2647@psf.upfronthosting.co.za>
2008-04-17 06:05:00loewislinkissue2647 messages
2008-04-17 06:05:00loewiscreate