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-04.22:52:47
SpamBayes Score 0.00016912406
Marked as misclassified No
Message-id <1233787969.4.0.642255862126.issue5135@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed about the compatibility. It's there from pkgutil, where to be
honest, it's even less necessary, as simplegeneric was for internal use
only, there. I'm certainly not aware of any backward compatibility
requirements for functools.

Assuming nobody speaks up to the contrary, I'll rip out the
compatibility bits in the next version of the patch.

I'm unsure about the non-decorator version of register. I can imagine
use cases for it - consider pprint, for example, where you might want to
register str as the overload for your particular type. But it's not a
big deal either way.
History
Date User Action Args
2009-02-04 22:52:49paul.mooresetrecipients: + paul.moore, doerwalter, ncoghlan, ryan.freckleton
2009-02-04 22:52:49paul.mooresetmessageid: <1233787969.4.0.642255862126.issue5135@psf.upfronthosting.co.za>
2009-02-04 22:52:47paul.moorelinkissue5135 messages
2009-02-04 22:52:47paul.moorecreate