[docs] [issue23702] docs.python.org/3/howto/descriptor.html still refers to "unbound methods"

Paul Sokolovsky report at bugs.python.org
Wed Mar 18 20:48:34 CET 2015


New submission from Paul Sokolovsky:

Under https://docs.python.org/3/howto/descriptor.html#functions-and-methods , there're several references to unbound methods (including in expected output from the interpreter).

As known, unbound methods are gone in Python3, so seeing those are confusing. (I didn't sharply know that unbound methods are gone from Py3, so was pretty confused by the examples there, comparing them with actual output of Cpython 3.4).

----------
assignee: docs at python
components: Documentation
messages: 238468
nosy: docs at python, pfalcon
priority: normal
severity: normal
status: open
title: docs.python.org/3/howto/descriptor.html still refers to "unbound methods"
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23702>
_______________________________________


More information about the docs mailing list