https://issues.apache.org/ooo/show_bug.cgi?id=121612
Ariel Constenla-Haile <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Assignee|[email protected] |[email protected] |g | Target Milestone|--- |AOO 4.0 --- Comment #2 from Ariel Constenla-Haile <[email protected]> --- Fixed by replacing print( "$STRING", file=sys.stderr) only valid in Python3, with out = sys.stderr out.write("$STRING\n") that works both in Python2 and Python3. I only checked the mail component, but other stuff might be broken to. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
