Closed busykoala closed 4 years ago
Close https://github.com/4teamwork/ftw.testbrowser/issues/101
Since the default mode changed in python3 [*1] we should use from io import open to make it compatible with both versions in core.py. This is relevant for e.g. browser.debug()
from io import open
core.py
browser.debug()
Good work, just clearer comment maybe?
What would you suggest?
Explain what was going wrong, then the solution. No? ;-)
Close https://github.com/4teamwork/ftw.testbrowser/issues/101
Since the default mode changed in python3 [*1] we should use
from io import open
to make it compatible with both versions incore.py
. This is relevant for e.g.browser.debug()