HTTP authentication

Erik Max Francis max at alcyone.com
Sun Jun 23 20:59:00 EDT 2002


Preston Tamkin wrote:

> hello all. I've just recently jumped on the python bandwagon, and I
> need
> some help!

Derive from the urllib.FancyURLopener class, and override the
proper_use_password method to return the (user, password) 2-tuple you
want:

	http://www.python.org/doc/current/lib/urlopener-objs.html

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE
/  \ See the son in your bad day / Smell the flowers in the valley
\__/ Chante Moore
    Bosskey.net: Aliens vs. Predator 2 / http://www.bosskey.net/avp2/
 A personal guide to Aliens vs. Predator 2.



More information about the Python-list mailing list