From b10a5efa8aed3085bb0ac94de907626ff047c7d9 Mon Sep 17 00:00:00 2001 From: Alistair Riddoch Date: Wed, 5 Aug 2009 02:11:18 +0100 Subject: [PATCH] Update completed items. --- TODO | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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.