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.
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.