[Python-ideas] add a single __future__ for py3?

Alexander Belopolsky alexander.belopolsky at gmail.com
Mon Sep 21 06:32:14 CEST 2015


On Mon, Sep 21, 2015 at 12:28 AM, Greg Ewing <greg.ewing at 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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150921/6d83c3d7/attachment.html>


More information about the Python-ideas mailing list