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 猫.黒
Recipients Ronny.Pfannschmidt, alex, asvetlov, cvrebert, daniel.urban, eric.araujo, josmiley, ncoghlan, torsten, 猫.黒
Date 2012-11-05.05:02:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352091768.95.0.992054264894.issue14965@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not a python dev, but would you say

super(self.__class__, self.__class__).x.fset(self, value)

is more readable than

super().x = value
History
Date User Action Args
2012-11-05 05:02:49猫.黒setrecipients: + 猫.黒, ncoghlan, eric.araujo, alex, cvrebert, asvetlov, daniel.urban, torsten, josmiley, Ronny.Pfannschmidt
2012-11-05 05:02:48猫.黒setmessageid: <1352091768.95.0.992054264894.issue14965@psf.upfronthosting.co.za>
2012-11-05 05:02:48猫.黒linkissue14965 messages
2012-11-05 05:02:48猫.黒create