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 andyharrington
Recipients andyharrington, docs@python
Date 2020-11-15.01:20:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605403228.0.0.0141370845785.issue42359@roundup.psfhosted.org>
In-reply-to
Content
Documentation in Tutorial section 9.3.3 seems to be stuck in Python 2:

"In Python, the term method is not unique to class instances: other object types can have methods as well. For example, list objects have methods called append, insert, remove, sort, and so on."

In Python 3 built-in types are derived from Object, so list is now a class, right?
History
Date User Action Args
2020-11-15 01:20:28andyharringtonsetrecipients: + andyharrington, docs@python
2020-11-15 01:20:28andyharringtonsetmessageid: <1605403228.0.0.0141370845785.issue42359@roundup.psfhosted.org>
2020-11-15 01:20:27andyharringtonlinkissue42359 messages
2020-11-15 01:20:27andyharringtoncreate