[docs] [issue31262] Documentation Error
R. David Murray
report at bugs.python.org
Tue Aug 22 19:25:22 EDT 2017
R. David Murray added the comment:
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.
----------
nosy: +r.david.murray
resolution: -> not a bug
stage: -> resolved
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31262>
_______________________________________
More information about the docs
mailing list