In article <[email protected]>, Ethan Furman <[email protected]> wrote:
> On 09/01/2013 03:09 AM, Fabrice Pombet wrote: > > > > So I guess that we are actually all agreeing on this one. > > No, we are not. > > "encapsulation" != "inaccessible except by getters/setters" Nothing is accessible in Python except via getters and setters. The only difference between Python and, say, C++ in this regard is that the Python compiler writes them for you most of the time and doesn't make you put ()'s at the end of the name :-) -- http://mail.python.org/mailman/listinfo/python-list
