Author tarek
Recipients tarek
Date 2008-09-28.10:54:18
SpamBayes Score 3.34175e-07
Marked as misclassified No
Message-id <1222599260.36.0.588546522414.issue3986@psf.upfronthosting.co.za>
In-reply-to
Content
I am removing in this patch the usage of string and type.

1/ I have remove string import, and used the proper modern syntax

2/
Type was used to check for object types, and sometimes isinstance() was
called. 

I have replaced all the calls by isinstance() and removed types import.
History
Date User Action Args
2008-09-28 10:54:20tareksetrecipients: + tarek
2008-09-28 10:54:20tareksetmessageid: <1222599260.36.0.588546522414.issue3986@psf.upfronthosting.co.za>
2008-09-28 10:54:19tareklinkissue3986 messages
2008-09-28 10:54:19tarekcreate