Port to Python 3
Closed this issue · 0 comments
Starou commented
Use Future to make the codebase compatible with both Python 2.7 and Python 3.5+
- import
open
frombuiltins
in all modules ? This will raiseTypeError: write() argument 1 must be unicode, not str
as a side-effect incomponents.py
for example. - In Python3, Should
IDMLPackage.export_xml()
return a string instead of a bytestring (frometree.tostring()
)? - Scripts