On 5 fév, 18:10, Mark <[EMAIL PROTECTED]> wrote:
> Is it possible to traverse say python lists via http://
>
> say there is a list in the memory
>
> can we traverse the list using list/next list/prev list/first list/last
>
> is there a pythonic library to do that?
>
> thanks

I'm not sure I totally understand what you want here...

you want to make a HTTP request and run through whatever data that is
sended back? what will be the data format? there's plenty of html/xml/
json data parsers out there.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to