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 Spider06
Recipients Spider06
Date 2014-11-07.14:54:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415372091.68.0.8571628889.issue22750@psf.upfronthosting.co.za>
In-reply-to
Content
I found a solution :

from xml.sax import make_parser
from xml.sax.handler import feature_namespaces, feature_validation
from xml.sax.handler import ContentHandler, ErrorHandler, DTDHandler

With the library above, they is no display bug !
History
Date User Action Args
2014-11-07 14:54:51Spider06setrecipients: + Spider06
2014-11-07 14:54:51Spider06setmessageid: <1415372091.68.0.8571628889.issue22750@psf.upfronthosting.co.za>
2014-11-07 14:54:51Spider06linkissue22750 messages
2014-11-07 14:54:51Spider06create