Le Thu, 28 Feb 2008 22:43:41 +0000, Dado Feigenblatt a écrit :

> here it is, and it had to be a link to del.icio.us itself!
> 
>   File "./disastrous.py", line 362, in test_url
>     if reason.__dict__.has_key("args"):

Should be something like:
hasattr(reason, "args")


Reply via email to