
In order to make exceptions display well with the Python binding on Python 3.x, return exception message as unicode/str rather than str/bytes.
In order to make exceptions display well with the Python binding on Python 3.x, return exception message as unicode/str rather than str/bytes.