From: Alf P. Steinbach on
I know 3 Python Easter Eggs,

from __future__ import braces
import this
help( "antigravity" )

Are there more?


Cheers,

- Alf
From: Gabriel Genellina on
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
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
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