Message75978
but in python 2.5 you may do this:
if type(lInstance) == types.InstanceType:
...
else:
...
and I don't see an easy way to do this with python 2.6
(feel free to propose a solution if you have one) |
|
| Date |
User |
Action |
Args |
| 2008-11-17 19:36:50 | chafporte | set | recipients:
+ chafporte, georg.brandl, rhettinger, benjamin.peterson |
| 2008-11-17 19:36:50 | chafporte | set | messageid: <1226950610.03.0.214511365122.issue4326@psf.upfronthosting.co.za> |
| 2008-11-17 19:36:49 | chafporte | link | issue4326 messages |
| 2008-11-17 19:36:49 | chafporte | create | |
|