urllib: an alternative URLOpener

Moshe Zadka moshez at math.huji.ac.il
Fri Jun 11 08:52:14 EDT 1999


Whom do I contact about adding the following code to urllib:

-------------->8-------------->8-------------------------
class QuietFancyURLOpener(FancyURLOpener):
        def prompt_user_password(self, host, realm):
                return None, None
-------------->8-------------->8-------------------------

(Yes, I realize I can put it in my own program. But it seems a generally
useful thing for non-interactive downloaders)
--
Moshe Zadka <mzadka at geocities.com>. 
QOTD: My own exit is more likely to be horizontal then perpendicular.






More information about the Python-list mailing list