The etree.fromstring() method doesn't handle unicode input without explicit encoding. This is a known problem, but won't be fixed because the Python 2.x series is essentially frozen. (This does work correctly in Python 3.)
The StratusLab codebase needs to work around this problem by explicitly encoding the XML input when necessary.
The etree.fromstring() method doesn't handle unicode input without explicit encoding. This is a known problem, but won't be fixed because the Python 2.x series is essentially frozen. (This does work correctly in Python 3.)
The StratusLab codebase needs to work around this problem by explicitly encoding the XML input when necessary.