Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36048 > unrolled thread
| Started by | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| First post | 2013-01-03 03:02 -0700 |
| Last post | 2013-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.
Re: Important questions about __future__ Ian Kelly <ian.g.kelly@gmail.com> - 2013-01-03 03:02 -0700
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2013-01-03 03:02 -0700 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web