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

Steven D'Aprano steve at REMOVETHIScyber.com.au
Mon Oct 3 12:13:03 EDT 2005


On Mon, 03 Oct 2005 09:14:34 +0000, Antoon Pardon wrote:

> If you are in a project with
> multiple authors, your usage of private variables can break code
> that other people rely on.

If you are in a project with multiple authors, your usage of PUBLIC
variables can break code that other people rely on.

That's why you have testing. You do test, don't you?



-- 
Steven.




More information about the Python-list mailing list