[New-bugs-announce] [issue42359] tutorial: list is a class

Andy Harrington report at bugs.python.org
Sat Nov 14 20:20:28 EST 2020


New submission from Andy Harrington <aharrin at luc.edu>:

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?

----------
assignee: docs at python
components: Documentation
messages: 380997
nosy: andyharrington, docs at python
priority: normal
severity: normal
status: open
title: tutorial:  list is a class
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42359>
_______________________________________


More information about the New-bugs-announce mailing list