Fundamental problem with urllib...

Gabe Newcomb Gabe.Newcomb at noetix.com
Tue Apr 23 16:18:09 EDT 2002


I think you mis-spelled wgah'nagl...

-----Original Message-----
From: A.M. Kuchling [mailto:akuchlin at ute.mems-exchange.org]
Sent: Tuesday, April 23, 2002 10:15 AM
To: python-list at python.org
Subject: Re: Fundamental problem with urllib...


In article <yNUw8.74422$T%5.18813 at atlpnn01.usenetserver.com>, 
	Steve Holden wrote:
> Since urllib knows nothing of cookies, you will need to integrate some
sort
> of a cookie jar into the library, with a new API  for the clients to
> retrieve and store the cookies.

This is worthwhile, but I don't think it belongs in urllib.  It
belongs in a module or package of its own that provides general
Web-browser features such as cookies, remembering authentication
usernames and passwords, and a cache.  This package could then be used
for implementing HTML-scraping scripts, spiders, or a Web browser.

--amk
(www.amk.ca)
Ph-nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn. 
    -- H.P. Lovecraft, "The Call of Cthulhu"

-- 
http://mail.python.org/mailman/listinfo/python-list





More information about the Python-list mailing list