Any other Python flaws?

Aahz Maruch aahz at panix.com
Sun Jun 17 09:38:13 EDT 2001


In article <mailman.992748833.8616.python-list at python.org>,
Michael Chermside  <mcherm at destiny.com> wrote:
>
>def __None():
>    pass
>None = __None()
>
>I guess I better start putting that at the top of all my modules as
>defensive programming <1.0 wink>.

import foo
foo.None = 1
-- 
                      --- Aahz  <*>  (Copyright 2001 by aahz at pobox.com)

Hugs and backrubs -- I break Rule 6                 http://www.rahul.net/aahz/
Androgynous poly kinky vanilla queer het Pythonista   

"It's not what you know, it's what you *think* you know."  --Steve Martin



More information about the Python-list mailing list