On Thu, Mar 07, 2019 at 10:37:45AM +0000, Wei Liu wrote: > > Importing print_function was specifically avoided because we wanted 2.4 > compatibility at first. But now I propose to bump the requirement to > 2.6, the from __future__ import print_function may become available. I > will need to check if that works with 2.6.
According to: https://docs.python.org/2.6/library/__future__.html from __future__ import print_function should be available in 2.6. I will use it and fix the sys.stderr.write in the next version. Wei. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel