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: Need "new style" note regarding descriptors
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: fdrake Nosy List: david_abrahams, fdrake
Priority: normal Keywords:

Created on 2003-10-04 15:26 by david_abrahams, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Messages (2)
msg18544 - (view) Author: David Abrahams (david_abrahams) Date: 2003-10-04 15:26
When you split my patch into 
http://www.python.org/doc/current/ref/new-style-
attribute-access.html  and 
http://www.python.org/doc/current/ref/descriptors.html,
 the descriptors info doesn't say "new style classes only 
anymore"
msg18545 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2004-05-06 12:46
Logged In: YES 
user_id=3066

Fixed in CVS for Python 2.3.4 and 2.4.

Doc/ref/ref3.tex revisions 1.119, 1.114.4.5
History
Date User Action Args
2022-04-10 16:11:36adminsetgithub: 39367
2003-10-04 15:26:35david_abrahamscreate