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 ncoghlan
Recipients Alexander.Belopolsky, Christophe Simonis, alonho, belopolsky, eckhardt, ironfroggy, jackdied, jcea, ncoghlan, r.david.murray, rhettinger, ssadler
Date 2013-10-31.13:54:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383227680.77.0.177537524818.issue4331@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch based on Alon's last patch.

The major functional change is to ensure __self__ is set appropriately on any bound methods returned by the descriptor.

I also updated the docs and docstring, and added a What's New entry (as well as rewording the existing entry for functools.singledispatch)

There were a few other cosmetic changes, with the most noticeable being moving the partialmethod implementation and tests adjacent to the existing ones for functools.partial.

Assuming nobody pokes any significant holes in this idea and implementation in the meantime, I'll commit this before beta 1.
History
Date User Action Args
2013-10-31 13:54:41ncoghlansetrecipients: + ncoghlan, rhettinger, jcea, belopolsky, ironfroggy, jackdied, Christophe Simonis, ssadler, eckhardt, r.david.murray, Alexander.Belopolsky, alonho
2013-10-31 13:54:40ncoghlansetmessageid: <1383227680.77.0.177537524818.issue4331@psf.upfronthosting.co.za>
2013-10-31 13:54:40ncoghlanlinkissue4331 messages
2013-10-31 13:54:40ncoghlancreate