On Feb 25, 5:46 am, 7stud <[EMAIL PROTECTED]> wrote:
> On Feb 24, 4:41 am, est <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > On Feb 23, 2:42 am, Rob Wolfe <[EMAIL PROTECTED]> wrote:
>
> > > est <[EMAIL PROTECTED]> writes:
> > > > Hi all,
>
> > > > I need urllib2 do perform series of HTTP requests with c
On Feb 24, 4:41 am, est <[EMAIL PROTECTED]> wrote:
> On Feb 23, 2:42 am, Rob Wolfe <[EMAIL PROTECTED]> wrote:
>
>
>
> > est <[EMAIL PROTECTED]> writes:
> > > Hi all,
>
> > > I need urllib2 do perform series of HTTP requests with cookie from
> > > PREVIOUS request(like our browsers usually do ). Man
On Feb 23, 2:42 am, Rob Wolfe <[EMAIL PROTECTED]> wrote:
> est <[EMAIL PROTECTED]> writes:
> > Hi all,
>
> > I need urllib2 do perform series of HTTP requests with cookie from
> > PREVIOUS request(like our browsers usually do ). Many people suggest I
> > use some library(e.g. pycURL) instead but I
On Feb 23, 5:57 am, 7stud <[EMAIL PROTECTED]> wrote:
> On Feb 21, 11:50 pm, est <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
>
> > I need urllib2 do perform series of HTTP requests with cookie from
> > PREVIOUS request(like our browsers usually do ).
>
> Cookies from a previous request made in the curr
7stud wrote:
> On Feb 21, 11:50 pm, est <[EMAIL PROTECTED]> wrote:
>> class SmartRequest():
>>
>
> You should always define a class like this:
>
> class SmartRequest(object):
>
>
> unless you know of a specific reason not to.
>
>
It's much easier, though, just to put
__metaclass__ = type
at
On Feb 21, 11:50 pm, est <[EMAIL PROTECTED]> wrote:
>
> class SmartRequest():
>
You should always define a class like this:
class SmartRequest(object):
unless you know of a specific reason not to.
--
http://mail.python.org/mailman/listinfo/python-list
On Feb 21, 11:50 pm, est <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I need urllib2 do perform series of HTTP requests with cookie from
> PREVIOUS request(like our browsers usually do ).
>
Cookies from a previous request made in the currently running
program? Or cookies from requests that were made
On Feb 21, 11:50 pm, est <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I need urllib2 do perform series of HTTP requests with cookie from
> PREVIOUS request(like our browsers usually do ). Many people suggest I
> use some library(e.g. pycURL) instead but I guess it's good practise
> for a python beginne
est <[EMAIL PROTECTED]> writes:
> Hi all,
>
> I need urllib2 do perform series of HTTP requests with cookie from
> PREVIOUS request(like our browsers usually do ). Many people suggest I
> use some library(e.g. pycURL) instead but I guess it's good practise
> for a python beginner to DIY something
Hi all,
I need urllib2 do perform series of HTTP requests with cookie from
PREVIOUS request(like our browsers usually do ). Many people suggest I
use some library(e.g. pycURL) instead but I guess it's good practise
for a python beginner to DIY something rather than use existing tools.
So my probl
10 matches
Mail list logo