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: Reference to New style classes documentation is incorrect
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: facundobatista Nosy List: aioryi, facundobatista
Priority: low Keywords:

Created on 2008-01-09 10:14 by aioryi, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg59588 - (view) Author: albert hofkamp (aioryi) Date: 2008-01-09 10:14
In the Python reference manual (the online current documentation), in
Section 3.3 "New-style and classic classes", there is a reference to
external documentation about new style classes.
The reference is however incorrect, it should be
http://www.python.org/doc/newstyle/ rather than the mentioned
http://www.python.org/doc/newstyle.html
msg59610 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2008-01-09 16:37
It was ok in the trunk docs. Fixed it in the 2.5 maint branch.

Thanks for the report!
History
Date User Action Args
2022-04-11 14:56:29adminsetgithub: 46107
2008-01-09 16:37:40facundobatistasetstatus: open -> closed
resolution: fixed
messages: + msg59610
2008-01-09 14:34:54christian.heimessetpriority: low
2008-01-09 13:16:50facundobatistasetassignee: facundobatista
nosy: + facundobatista
2008-01-09 10:14:02aioryicreate