Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!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.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:: [': 0.04; 'subject:Python': 0.06; '__future__': 0.16; 'braces': 0.16; 'from:addr:ian': 0.16; 'received:172.20.0': 0.16; 'wrote:': 0.18; 'subject:] ': 0.20; 'import': 0.22; 'header:User-Agent:1': 0.23; 'least': 0.26; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; "d'aprano": 0.31; 'received:208.97': 0.31; 'received:208.97.132': 0.31; 'received:66.33': 0.31; 'received:66.33.216': 0.31; 'received:66.33.216.122': 0.31; 'received:dreamhost.com': 0.31; 'received:g.dreamhost.com': 0.31; 'received:hapkido.dreamhost.com': 0.31; 'steven': 0.31; 'them?': 0.31; 'anyone': 0.31; 'received:66': 0.35; 'but': 0.35; 'sometimes': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'ian': 0.60; 'received:172.20': 0.60; 'most': 0.60; 'received:208': 0.61; 'received:208.97.132.66': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=feete.org; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; s=feete.org; bh=TzyopCA YyTmqYayjZ6jkagfmzR4=; b=abEpfajAeO8DSUWa8TYGWGXPcVDfCjIJEv/Acq3 lMH9F5n7YJQNortubMqT5g5qRO8JahLvNjDqrhiknpvYU0lNnTaV76YBEZuPMTkU sdPB6hJvvFyV5Tjn9Ee8k864n59EE3YkRt0mUmrCKJPIB1l9DgNEpx0LGmcValQ8 cALI= Date: Wed, 03 Jul 2013 15:03:14 +0100 From: Ian Foote User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: python-list@python.org Subject: Re: [SPOILERS] Python easter eggs References: <51d4272a$0$29999$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: <51d4272a$0$29999$c3e8da3$5496439d@news.astraweb.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372860211 news.xs4all.nl 15996 [2001:888:2000:d::a6]:54819 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49736 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 Regards, Ian F