Re: Agnostic fetching

2008-08-04 Thread Diez B. Roggisch
Ivan Ven Osdel wrote: >>- Original Message - >>From: "Diez B. Roggisch" <[EMAIL PROTECTED]> >>To: python-list@python.org >>Sent: Saturday, August 2, 2008 11:05:07 AM GMT -06:00 US/Canada Central >>Subject: Re: Agnostic fetching > >>

Re: Agnostic fetching

2008-08-04 Thread Ivan Ven Osdel
>- Original Message - >From: "Diez B. Roggisch" <[EMAIL PROTECTED]> >To: python-list@python.org >Sent: Saturday, August 2, 2008 11:05:07 AM GMT -06:00 US/Canada Central >Subject: Re: Agnostic fetching >Bruce Frederiksen schrieb: > On Fri, 01 Au

Re: Agnostic fetching

2008-08-02 Thread Michael Torrie
jorpheus wrote: > OK, that sounds stupid. Anyway, I've been learning Python for some > time now, and am currently having fun with the urllib and urllib2 > modules, but have run into a problem(?) - is there any way to fetch > (urllib.retrieve) files from a server without knowing the filenames? > For

Re: Agnostic fetching

2008-08-02 Thread Diez B. Roggisch
Bruce Frederiksen schrieb: On Fri, 01 Aug 2008 17:05:00 -0700, jorpheus wrote: OK, that sounds stupid. Anyway, I've been learning Python for some time now, and am currently having fun with the urllib and urllib2 modules, but have run into a problem(?) - is there any way to fetch (urllib.retriev

Re: Agnostic fetching

2008-08-01 Thread Terry Reedy
jorpheus wrote: OK, that sounds stupid. Anyway, I've been learning Python for some time now, and am currently having fun with the urllib and urllib2 modules, but have run into a problem(?) - is there any way to fetch (urllib.retrieve) files from a server without knowing the filenames? For insta

Re: Agnostic fetching

2008-08-01 Thread Bruce Frederiksen
On Fri, 01 Aug 2008 17:05:00 -0700, jorpheus wrote: > OK, that sounds stupid. Anyway, I've been learning Python for some > time now, and am currently having fun with the urllib and urllib2 > modules, but have run into a problem(?) - is there any way to fetch > (urllib.retrieve) files from a server