On Mon, Sep 21, 2015 at 12:28 AM, Greg Ewing <greg.ewing@canterbury.ac.nz> wrote:
Chris Barker wrote:
It would be nice to have a:

from __future__ import py3

Or maybe

  from __future__ import *

should work?

+1 (with all the admonitions against the "from whatever import *" construct being still applicable)