diff --git a/TODO b/TODO index d44cae4b0..010244f72 100644 --- a/TODO +++ b/TODO @@ -30,11 +30,9 @@ not be available at all in the client bindings. Look into loudmouth for XMPP stuff. -Check where newPy*() is being used in wrappers, and ensure if NULL is returned -it is not used. No need to set error, just return the null. - Fix Arithmetic and Mind code so the factory is not created every time, -nor the type looked up every time. +nor the type looked up every time. Python related factories need to be way +more consistent. Look through dynamic casts and consider when it would be cleaner to extend the interface in the base class.