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 simonzack
Recipients Ronny.Pfannschmidt, alex, asvetlov, cvrebert, dabeaz, daniel.urban, eric.araujo, josmiley, kynan, ncoghlan, simonzack, torsten, 猫.黒
Date 2014-12-27.08:26:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419668799.34.0.239952829409.issue14965@psf.upfronthosting.co.za>
In-reply-to
Content
For those who want to use this right away, I've added a python implementation of the patch, which passes the unit tests. There's a slight difference in usage, where instead of using super() directly, super_prop(super()) needs to be used, so we can still use super without arguments.
History
Date User Action Args
2014-12-27 08:26:39simonzacksetrecipients: + simonzack, ncoghlan, eric.araujo, alex, cvrebert, asvetlov, daniel.urban, dabeaz, torsten, kynan, josmiley, Ronny.Pfannschmidt, 猫.黒
2014-12-27 08:26:39simonzacksetmessageid: <1419668799.34.0.239952829409.issue14965@psf.upfronthosting.co.za>
2014-12-27 08:26:39simonzacklinkissue14965 messages
2014-12-27 08:26:39simonzackcreate