Hi,<br><br>While working on IPython, I&#39;ve patched simplegeneric to work with Python 3. It didn&#39;t require any major changes. The diff is here if you want to incorporate it:<br><br><a href="https://github.com/takluyver/ipython/commit/34f06125b2f989f0d096f57642a2a0196c98bb1a">https://github.com/takluyver/ipython/commit/34f06125b2f989f0d096f57642a2a0196c98bb1a</a><br>

<br>Our installation process for Python 3 runs all the code through 2to3, but that doesn&#39;t actually make any changes to simplegeneric, so with this patch, it should be directly usable in Python 3.<br><br>Thanks,<br>Thomas<br>