On Thu, Jan 3, 2013 at 2:27 AM, Andrew Berg <bahamutzero8...@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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to