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 pfalcon
Recipients docs@python, pfalcon
Date 2015-03-18.19:48:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426708114.47.0.635748134131.issue23702@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2015-03-18 19:48:34pfalconsetrecipients: + pfalcon, docs@python
2015-03-18 19:48:34pfalconsetmessageid: <1426708114.47.0.635748134131.issue23702@psf.upfronthosting.co.za>
2015-03-18 19:48:34pfalconlinkissue23702 messages
2015-03-18 19:48:34pfalconcreate