This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Dipti Sherlekar, docs@python, r.david.murray
Date 2017-08-22.23:25:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503444322.64.0.462865267122.issue31262@psf.upfronthosting.co.za>
In-reply-to
Content
No, that sentence is telling you what the *Python*'s behavior is, using C++ terminology.  Unlike C++, where class members are private by default, the Python equivalent of class members are public by default.

If you can figure out a clearer way to phrase that you may reopen the issue with your suggestion.
History
Date User Action Args
2017-08-22 23:25:22r.david.murraysetrecipients: + r.david.murray, docs@python, Dipti Sherlekar
2017-08-22 23:25:22r.david.murraysetmessageid: <1503444322.64.0.462865267122.issue31262@psf.upfronthosting.co.za>
2017-08-22 23:25:22r.david.murraylinkissue31262 messages
2017-08-22 23:25:22r.david.murraycreate