Important questions about __future__

Ian Kelly ian.g.kelly at gmail.com
Thu Jan 3 05:02:16 EST 2013


On Thu, Jan 3, 2013 at 2:27 AM, Andrew Berg <bahamutzero8825 at gmail.com> wrote:
> Does 'from __future__ import barry_as_FLUFL' do anything? Despite PEP
> 401, using print as a statement still raises a SyntaxError.

I think it only replaces the != operator with <>.

> Where is 'from __future__ import braces' implemented in CPython (it's
> not in __future__.py)?

Python/future.c



More information about the Python-list mailing list