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 animus
Recipients animus
Date 2011-12-22.14:49:16
SpamBayes Score 0.008507967
Marked as misclassified No
Message-id <1324565357.61.0.717954397145.issue13648@psf.upfronthosting.co.za>
In-reply-to
Content
function xml.sax.saxutils.escape('\x00qweqwe<') returns '\x00qweqwe&lt;'

\x00 did not escaped to &#0;

is this is a correct behavior?

this is influences tools like xmpppy, which sends \x00 not encoded and leads to xmpp error.
History
Date User Action Args
2011-12-22 14:49:17animussetrecipients: + animus
2011-12-22 14:49:17animussetmessageid: <1324565357.61.0.717954397145.issue13648@psf.upfronthosting.co.za>
2011-12-22 14:49:17animuslinkissue13648 messages
2011-12-22 14:49:16animuscreate