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@python
components: Documentation
messages: 238468
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23702>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to