Comment 1 for bug 428548

Revision history for this message
Iain Lowe (ilowe) wrote :

The attached branch fixes this issue by calling NotImplementedError instead of NotImplemented; I did this in order to preserve the exception messages. They're not strictly required though. Eventually, we should probably just raise NotImplemented instead of building custom exception messages.