[issue1483] xml.sax.saxutils.prepare_input_source ignores character stream in InputSource

Yitz Gale report at bugs.python.org
Thu Nov 22 10:38:37 CET 2007


Yitz Gale added the comment:

Oops, obvious typo, sorry:

-    if source.getByteStream() is None:
+    if source.getCharacterStream() is None and source.getByteStream() is 
None:

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1483>
__________________________________


More information about the Python-bugs-list mailing list