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

could ildg could.net at gmail.com
Wed Sep 28 03:10:15 EDT 2005


Python is wonderful except that it has no real private and protected
properties and methods.
Every py object has dict so that you can easily find what fields and methods
an obj has,
this is very convenient, but because of this, py is very hard to support
real private and
protected?
If private and protected is supported, python will be perfect.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20050928/0a463f25/attachment.html>


More information about the Python-list mailing list