This post originated from an RSS feed registered with Python Buzz
by Andrew Dalke.
Original Post: urllib2 and HTTP authentication
Feed Title: Andrew Dalke's writings
Feed URL: http://www.dalkescientific.com/writings/diary/diary-rss.xml
Feed Description: Writings from the software side of bioinformatics and chemical informatics, with a heaping of Python thrown in for good measure.
Python's URL and HTTP code isn't well documented. I understand what's
going on but mostly because I read the code for the urllib, urllib2,
urlparse, httplib, and cgi libraries and the related RFCs. Fuzzyman
noticed the problem and wrote two good essays to explain the urllib2
module and how
to do basic authentication.