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


Groups > comp.lang.python > #36042

Important questions about __future__

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <bahamutzero8825@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'cpython': 0.05; 'raises': 0.07; '__future__': 0.09; 'pep': 0.09; "'from": 0.16; "(it's": 0.16; 'subject:questions': 0.16; 'windows': 0.19; 'import': 0.21; 'statement': 0.23; 'header:User- Agent:1': 0.26; 'implemented': 0.27; 'skip:_ 10': 0.29; 'print': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'message-id:@gmail.com': 0.36; 'does': 0.37; 'received:209': 0.37; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'where': 0.40; 'received:192.168': 0.40; 'subject:Important': 0.62; 'skip:6 10': 0.63
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; bh=vqURKgrzStF0fMEVoggvPhwz1gmABo1lgKuJ24rsbyM=; b=WQ01Ac6iBZecB+zVuTNqBoWozLtKjqQD5rAa2dD4W5GSt55U/S/MA6krsSZM3y8eMp Cs7bqZGOk0U6t3ekuaQm3nqFbNmYzjXGHiG1Ses9/J6Z+6RzwGBG6DXkz1NUxr5dqy6P UaSGnM/JQlSOKs5Z8zWvlccYn2VQ/7OKNQsmucDp9UCnqFvZ397ChMT2hM8n4tMI6PT5 TfnzcUkiLAiY555ab6uaIXUV+c3VmDO6ZQP0iK3ag+0LVIu2Sibnal2LeBciAkD6gUBq Sk0ZudYkOO1caXBqyy+ZHHNzRSouRDxtisaWx6gGfGGr7AhdMUQbBfLhILf33MXuhXPs MfZw==
X-Received by 10.42.51.142 with SMTP id e14mr37292433icg.2.1357205261444; Thu, 03 Jan 2013 01:27:41 -0800 (PST)
Date Thu, 03 Jan 2013 03:27:42 -0600
From Andrew Berg <bahamutzero8825@gmail.com>
User-Agent Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0
MIME-Version 1.0
To "comp.lang.python" <python-list@python.org>
Subject Important questions about __future__
X-Enigmail-Version 1.4.6
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.24.1357205269.2939.python-list@python.org> (permalink)
Lines 6
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1357205269 news.xs4all.nl 6847 [2001:888:2000:d::a6]:53615
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:36042

Show key headers only | View raw


Does 'from __future__ import barry_as_FLUFL' do anything? Despite PEP
401, using print as a statement still raises a SyntaxError.
Where is 'from __future__ import braces' implemented in CPython (it's
not in __future__.py)?
-- 
CPython 3.3.0 | Windows NT 6.2.9200.16461

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Important questions about __future__ Andrew Berg <bahamutzero8825@gmail.com> - 2013-01-03 03:27 -0600
  Re: Important questions about __future__ Ramchandra Apte <maniandram01@gmail.com> - 2013-01-03 01:43 -0800
    Re: Important questions about __future__ Ramchandra Apte <maniandram01@gmail.com> - 2013-01-03 01:45 -0800
    Re: Important questions about __future__ Ramchandra Apte <maniandram01@gmail.com> - 2013-01-03 01:45 -0800
  Re: Important questions about __future__ Ramchandra Apte <maniandram01@gmail.com> - 2013-01-03 01:43 -0800
  Re: Important questions about __future__ Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-01-03 10:20 +0000

csiph-web