[Python-ideas] add a single __future__ for py3?
Greg Ewing
greg.ewing at canterbury.ac.nz
Mon Sep 21 06:28:08 CEST 2015
Chris Barker wrote:
> It would be nice to have a:
>
> from __future__ import py3
Or maybe
from __future__ import *
should work?
--
Greg
More information about the Python-ideas
mailing list