reassign 359670 python-xml thanks Hi,
as I was told by upstream (and as I could have found out by looking at the upstream sources), this is a well-known bug in python-xml < 0.8.5. Please apply the attached patch or package a newer python-xml. best regards, Torsten -- Torsten Marek <[EMAIL PROTECTED]> ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858 Keyserver: subkeys.pgp.net
Near the end of method parse_xml_decl (in PyXML 0.8.3 this is at line
723) in _xmlplus.parsers.xmlproc.xmlutils:
try:
self.data = self.charset_converter(self.data)
self.datasize = len(self.data) ### ADD THIS LINE
except UnicodeError, e:
self._handle_decoding_error(self.data, e)
self.input_encoding = enc1
signature.asc
Description: OpenPGP digital signature

