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 paul.moore
Recipients doerwalter, ncoghlan, paul.moore, ryan.freckleton
Date 2009-02-06.19:03:14
SpamBayes Score 4.985871e-08
Marked as misclassified No
Message-id <1233946999.93.0.859582092029.issue5135@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch. I've reverted to the name "simplegeneric" and
documented the limitation around ABCs (I've tried to give an explanation
why it's there, as well as a hint on now to work around the limitation -
let me know if I'm overdoing it, or the text needs rewording).

I've also fixed the wrapper to use update_wrapper to copy the
attributes. That way, there's no duplication.
History
Date User Action Args
2009-02-06 19:03:20paul.mooresetrecipients: + paul.moore, doerwalter, ncoghlan, ryan.freckleton
2009-02-06 19:03:19paul.mooresetmessageid: <1233946999.93.0.859582092029.issue5135@psf.upfronthosting.co.za>
2009-02-06 19:03:18paul.moorelinkissue5135 messages
2009-02-06 19:03:18paul.moorecreate