Bug#431564: python-feedparser: fails basic authentication

2007-07-12 Thread mechanix
On Tue, Jul 03, 2007 at 06:52:40PM +0200, Carlos Galisteo wrote: This can be tested by running python interactively and entering the commands from http://feedparser.org/docs/http-authentication.html#example.auth.basic Seems to work for me: d = feedparser.parse('http://test:[EMAIL

Bug#431564: python-feedparser: fails basic authentication

2007-07-03 Thread Filip Van Raemdonck
Package: python-feedparser Version: 4.1-7 Severity: normal Feedparser fails to authenticate itself to any server which requires basic authentication (and possibly digest as well). This can be tested by running python interactively and entering the commands from

Bug#431564: python-feedparser: fails basic authentication

2007-07-03 Thread Carlos Galisteo
This can be tested by running python interactively and entering the commands from http://feedparser.org/docs/http-authentication.html#example.auth.basic Seems to work for me: Python 2.4.4 (#2, Apr 26 2007, 00:02:45) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 Type help,