Patches item #1143695, was opened at 2005-02-18 22:14 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1143695&group_id=5470
Category: Library (Lib) Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Benno Rice (benno) Assigned to: Nobody/Anonymous (nobody) Summary: Fix to allow urllib2 digest auth to talk to livejournal.com Initial Comment: When trying to use feedparser.py to deal with RSS feeds from livejournal.com using digest auth (needed to access locked posts), urllib2 would report a digest auth failure. The solution appears to be to always specify the algorithm, even when it's MD5. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1143695&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
