How do these Java concepts translate to Python?

Aahz aahz at pythoncraft.com
Fri Aug 12 11:42:02 EDT 2005


In article <ddhbnr$lui$1 at rose.polar.local>,
Ben Finney  <bignose+hates-spam at benfinney.id.au> wrote:
>
>Recently, the language came to partially support '__foo' (i.e. a name
>beginning with two underscores) as a pseudo-"private". It's just a
>namespace munging though; sufficiently determined users can get at it
>without much effort.

Recently?
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

The way to build large Python applications is to componentize and
loosely-couple the hell out of everything.



More information about the Python-list mailing list