Update completed items.

This commit is contained in:
Alistair Riddoch 2009-08-05 02:11:18 +01:00
parent 977a8641f5
commit b10a5efa8a

6
TODO
View file

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