On Tue, Sep 14, 2010 at 8:59 AM, C3 <modulu...@yahoo.com> wrote:

> i was wondering if it is possible to;
>
> 1. capture the HTTP status code for each post
> 2. write logic around that code (such as "skip post if error code was a
> 409")


An appropriate exception should by thrown when it "crashes".

Use an appropriate try/except block to "catch" the exception(s).

cheers
James



-- 
-- James Mills
--
-- "Problems are solved by method"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to