Will python never intend to support private, protected and public?

Paul Rubin http
Thu Sep 29 02:37:54 EDT 2005


Gregor Horvath <g.horvath at gmx.at> writes:
> One reason is that it does not restrict the programer to tight und has
> genuine simple solutions, like the one with "private" instance
> variables.

If you don't want the compiler to make sure your private instance
variables stay private, then don't declare them that way.  You're the
one asking for less flexibility.  



More information about the Python-list mailing list