Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36048 > unrolled thread

Re: Important questions about __future__

Started byIan Kelly <ian.g.kelly@gmail.com>
First post2013-01-03 03:02 -0700
Last post2013-01-03 03:02 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Important questions about __future__ Ian Kelly <ian.g.kelly@gmail.com> - 2013-01-03 03:02 -0700

#36048 — Re: Important questions about __future__

FromIan Kelly <ian.g.kelly@gmail.com>
Date2013-01-03 03:02 -0700
SubjectRe: Important questions about __future__
Message-ID<mailman.29.1357207369.2939.python-list@python.org>
On Thu, Jan 3, 2013 at 2:27 AM, Andrew Berg <bahamutzero8825@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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web