From: Alf P. Steinbach on 9 Feb 2010 18:40 I know 3 Python Easter Eggs, from __future__ import braces import this help( "antigravity" ) Are there more? Cheers, - Alf
From: Gabriel Genellina on 24 Feb 2010 21:04 En Tue, 09 Feb 2010 20:40:50 -0300, Alf P. Steinbach <alfps(a)start.no> escribi�: > I know 3 Python Easter Eggs, > > from __future__ import braces > import this > help( "antigravity" ) > > Are there more? Also try: import antigravity -- Gabriel Genellina
From: mk on 25 Feb 2010 08:38 On 2010-02-25 03:04, Gabriel Genellina wrote: > Also try: > import antigravity Is this Py3 egg? My 2.6 doesn't seem to get it. Regards, mk
From: Aahz on 25 Feb 2010 11:31 In article <mailman.226.1267105118.4577.python-list(a)python.org>, mk <mrkafk(a)gmail.com> wrote: >On 2010-02-25 03:04, Gabriel Genellina wrote: >> >> Also try: >> import antigravity > >Is this Py3 egg? My 2.6 doesn't seem to get it. Maybe 2.7 will have it; 3.0.1 does. -- Aahz (aahz(a)pythoncraft.com) <*> http://www.pythoncraft.com/ "Many customs in this life persist because they ease friction and promote productivity as a result of universal agreement, and whether they are precisely the optimal choices is much less important." --Henry Spencer
|
Pages: 1 Prev: EAFP gone wrong Next: I've built Python, but can't figure out how to package it forwindows |