Message73967
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. |
|
| Date |
User |
Action |
Args |
| 2008-09-28 10:54:20 | tarek | set | recipients:
+ tarek |
| 2008-09-28 10:54:20 | tarek | set | messageid: <1222599260.36.0.588546522414.issue3986@psf.upfronthosting.co.za> |
| 2008-09-28 10:54:19 | tarek | link | issue3986 messages |
| 2008-09-28 10:54:19 | tarek | create | |
|