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, anacrolix, belopolsky, eckhardt, ironfroggy, jackdied, jcea, ncoghlan, r.david.murray, rhettinger, ssadler
Date 2013-06-05.07:42:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370418134.29.0.850057334421.issue4331@psf.upfronthosting.co.za>
In-reply-to
Content
Any associated tests may also want check that wrapping classmethod around a partialmethod generates a well behaved class method, and ditto for property.

If singledispath, classmethod, partialmethod and class and instance attribute access all work correctly, then we can be absolutely certain the results is behaving just like an ordinary function does :)
History
Date User Action Args
2013-06-05 07:42:14ncoghlansetrecipients: + ncoghlan, rhettinger, jcea, belopolsky, ironfroggy, jackdied, Christophe Simonis, ssadler, eckhardt, r.david.murray, Alexander.Belopolsky, anacrolix
2013-06-05 07:42:14ncoghlansetmessageid: <1370418134.29.0.850057334421.issue4331@psf.upfronthosting.co.za>
2013-06-05 07:42:14ncoghlanlinkissue4331 messages
2013-06-05 07:42:14ncoghlancreate