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 doerwalter
Recipients doerwalter, ncoghlan, paul.moore, ryan.freckleton
Date 2009-02-04.20:19:40
SpamBayes Score 5.5852222e-05
Marked as misclassified No
Message-id <1233778782.02.0.242593338615.issue5135@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks fine to me. Tests pass.

I have no opinion about the name. Both "simplegeneric" and "generic" are
OK to me.

I wonder if being able to use register() directly instead of as a
decorator should be dropped.

Also IMHO the Python 2.3 backwards compatibility (__name__ isn't
setable) can be dropped.
History
Date User Action Args
2009-02-04 20:19:42doerwaltersetrecipients: + doerwalter, paul.moore, ncoghlan, ryan.freckleton
2009-02-04 20:19:42doerwaltersetmessageid: <1233778782.02.0.242593338615.issue5135@psf.upfronthosting.co.za>
2009-02-04 20:19:41doerwalterlinkissue5135 messages
2009-02-04 20:19:40doerwaltercreate