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.

classification
Title: 2.3.4 Language Reference Typo, Section 2.3.2
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: gracefool, loewis
Priority: normal Keywords:

Created on 2004-06-01 21:40 by gracefool, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg20958 - (view) Author: Chris Wood (gracefool) Date: 2004-06-01 21:40
In the Language Reference, documentation updated 20 May
2004, section 2.3.2:
"Class-private names. Names in this category, when used
within the context of a class definition, are
re-written to use a mangled ***for*** to help avoid
name clashes between ``private'' attributes of base and
derived classes."
I assume this should be "form", not "for".
msg20959 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-06-02 12:49
Logged In: YES 
user_id=21627

Thanks for the report. Fixed in ref2.tex 1.52 and  1.48.10.3.
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40323
2004-06-01 21:40:53gracefoolcreate