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 PiDelport, Rhamphoryncus, georg.brandl, jkrukoff, ncoghlan, terry.reedy
Date 2008-05-21.14:14:37
SpamBayes Score 0.000912719
Marked as misclassified No
Message-id <1211379286.13.0.904244562603.issue643841@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a new version of the module, along with a unit test file. The
unit tests caught a bug in the __gt__ implementation. I've also changed
the name to ProxyMixin as suggested by Adam and switched to using a
normal __init__ method (there was no real gain from using __new__ instead).
History
Date User Action Args
2008-05-21 14:14:46ncoghlansetspambayes_score: 0.000912719 -> 0.000912719
recipients: + ncoghlan, georg.brandl, terry.reedy, Rhamphoryncus, jkrukoff, PiDelport
2008-05-21 14:14:46ncoghlansetspambayes_score: 0.000912719 -> 0.000912719
messageid: <1211379286.13.0.904244562603.issue643841@psf.upfronthosting.co.za>
2008-05-21 14:14:45ncoghlanlinkissue643841 messages
2008-05-21 14:14:44ncoghlancreate