Dennis Lee Bieber <[EMAIL PROTECTED]> writes:
>       __ (two leading underscores) results in name-mangling. This /may/ be
> used to specify "private" data, but is really more useful when one is
> designing with multiple super classes:

Trouble with this is you can have two classes with the same name,
perhaps because they were defined in different modules, and then the
name mangling fails to tell them apart.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to