merits of Lisp vs Python

hit_the_lights langstefan at gmx.at
Sun Dec 10 14:11:56 EST 2006


Paul Boddie schrieb:

> Given that the meaning of import doesn't need to have changed to bring
> out the described consequences, I guess anyone wanting to know more
> won't be asking you specifically.

I should have added some lines:

==== python ====================
>>> import a
>>> import b
You sucker thought I'd import b for you.
Instead I'm going to erase your hard drive.
>>> a
<module 'a' from 'a.pyc'>
>>> b
>>>
==============================

I was suprised that b was defined at all.




More information about the Python-list mailing list