[docs] Bug - Descriptor HowTo Guide

Serhat Erdoğan srhaterdogan at gmail.com
Fri Jun 3 13:20:41 EDT 2016


Hi,

Descriptor HowTo Guide on page
https://docs.python.org/3/howto/descriptor.html#functions-and-methods still
mentions about unbound methods as the type of methods directly accessed as
a class protperty. However, class methods are not unbound methods, they are
returned as function objects when they are retreived from classes.

It would be nice to correct the guide so as not to confuse the readers.

Thank you
Serhat Erdoğan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20160603/209e79cb/attachment-0001.html>


More information about the docs mailing list