Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49752
| 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 | <ian.g.kelly@gmail.com> |
| 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 | <CALwzidnQH=URYFPHNkk-NAyWJPGsAyo0yLkOm9-vW60+ToGTDQ@mail.gmail.com> |
| References | <51d4272a$0$29999$c3e8da3$5496439d@news.astraweb.com> <51D42F22.7060300@feete.org> <CALwzidnQH=URYFPHNkk-NAyWJPGsAyo0yLkOm9-vW60+ToGTDQ@mail.gmail.com> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Wed, 3 Jul 2013 10:15:22 -0600 |
| Subject | Re: [SPOILERS] Python easter eggs |
| To | Python <python-list@python.org> |
| 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 <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.4178.1372868172.3114.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Wed, Jul 3, 2013 at 10:14 AM, Ian Kelly <ian.g.kelly@gmail.com> wrote: > On Wed, Jul 3, 2013 at 8:03 AM, Ian Foote <ian@feete.org> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[SPOILERS] Python easter eggs Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-03 13:29 +0000
Re: [SPOILERS] Python easter eggs Ian Foote <ian@feete.org> - 2013-07-03 15:03 +0100
Re: [SPOILERS] Python easter eggs Chris Angelico <rosuav@gmail.com> - 2013-07-04 00:11 +1000
Re: [SPOILERS] Python easter eggs Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-03 10:14 -0600
Re: [SPOILERS] Python easter eggs Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-03 10:15 -0600
Re: [SPOILERS] Python easter eggs Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-03 17:22 +0000
Re: [SPOILERS] Python easter eggs Ben Finney <ben+python@benfinney.id.au> - 2013-07-04 10:59 +1000
Re: [SPOILERS] Python easter eggs alex23 <wuwei23@gmail.com> - 2013-07-04 11:35 +1000
csiph-web