[SPOILERS] Python easter eggs

Ian Kelly ian.g.kelly at gmail.com
Wed Jul 3 12:15:22 EDT 2013


On Wed, Jul 3, 2013 at 10:14 AM, Ian Kelly <ian.g.kelly at gmail.com> wrote:
> On Wed, Jul 3, 2013 at 8:03 AM, Ian Foote <ian at 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



More information about the Python-list mailing list