Commit 711a5bdc authored by Martin v. Löwis's avatar Martin v. Löwis

Synchronize with PyXML 1.5.

parent 0591725b
......@@ -21,6 +21,7 @@ class SAXException(Exception):
is optional."""
self._msg = msg
self._exception = exception
Exception.__init__(self, msg)
def getMessage(self):
"Return a message for this exception."
......
......@@ -256,7 +256,7 @@ class InputSource:
def setCharacterStream(self, charfile):
"""Set the character stream for this input source. (The stream
must be a Python 1.6 Unicode-wrapped file-like that performs
must be a Python 2.0 Unicode-wrapped file-like that performs
conversion to Unicode strings.)
If there is a character stream specified, the SAX parser will
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment