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 hfuru
Recipients
Date 2004-06-01.18:37:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=726647

Index to the language reference, yes.  And I think the
types of classes should be lifted to the header of a
paragraph.  Maybe just something like this, before
the Programmer's note:

New-style vs. old-style/classic classes:
Subclasses of 'object' are called new-style classes, other
classes are called old-style or classic classes.  Note
that all standard types such as 'int' and 'dict' are
subclasses of 'object'.  [If that latest part is true.
It seems to be about right, anyway.]

Maybe you had better also explain here or in section 3.1
(Objects, values and types) that not all objects are
subclasses of 'object'.
History
Date User Action Args
2007-08-23 14:21:51adminlinkissue960340 messages
2007-08-23 14:21:51admincreate