Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.042 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:: [': 0.04; 'subject:Python': 0.06; '__future__': 0.16; 'braces': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'subject:] ': 0.20; '>>>': 0.22; 'import': 0.22; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; "d'aprano": 0.31; 'steven': 0.31; 'them?': 0.31; 'anyone': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'sometimes': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'ian': 0.60; 'most': 0.60; 'jul': 0.74; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=SJPJ7LDqusNGdRRZH2cHgiIsBngNXKF6MtDB5p4FmuE=; b=UWw4+fViNH4sN8Rce4vINa0EzNBX+c1ybghFokmo0R/wIhXfuqSv2q15t6/2904iLB koP9WeHy5TxHB4gDyn2ZKFI5P4cUYTlOaFgLldlhRQa9OqKhtOe6YB/Z7IjF8zShOOVM opxnCndC1h7Z1F3//ga7L6JpLqlq2t46c+o5CMsN0UlwkGQA7jNM5GUrCGDCxJXsoFa3 U8L0is/5EgAVewYFZ5xsnEtsAu1yaIImYT08zaPOZtNclC4TnQH61KPhyx9HSAl1iS5u HMBrspKUiTxXQQXmhpk/WlXYvaag0ujv2fpPB+w4AzQM5326zOo1OKIF7bhkdm78jyB4 2e7w== X-Received: by 10.68.217.7 with SMTP id ou7mr1635373pbc.8.1372868162263; Wed, 03 Jul 2013 09:16:02 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <51d4272a$0$29999$c3e8da3$5496439d@news.astraweb.com> <51D42F22.7060300@feete.org> From: Ian Kelly Date: Wed, 3 Jul 2013 10:15:22 -0600 Subject: Re: [SPOILERS] Python easter eggs To: Python Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372868172 news.xs4all.nl 15886 [2001:888:2000:d::a6]:56205 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49752 On Wed, Jul 3, 2013 at 10:14 AM, Ian Kelly wrote: > On Wed, Jul 3, 2013 at 8:03 AM, Ian Foote wrote: >> On 03/07/13 14:29, Steven D'Aprano wrote: >>> >>> Most people are familiar with: >>> >>> import this >>> >>> >>> and sometimes even with: >>> >>> from __future__ import braces >>> >>> >>> But I'm aware of at least three more. Anyone care to give them? >>> >>> >> >> import antigravity > > from __future__ import barry_as_FLUFL > import __hello__ And in Jython there's: from __future__ import GIL