XMLExportImport: Base_asXML and Folder_asXML return str, not bytes.
Showing
-
Owner
BTW, lxml has a special encoding "unicode" which returns str on python3 and unicode on python2.
It might be better to keep the python2 version with utf-8 encoded str and not unicode.
I have set up a new test suite to run ERP5 python2 test suite on this branch, ERP5.UnitTest-Zope4Py3-Py2
Please register or sign in to comment