Common subdirectories: feedparser-4.1.orig/debian and feedparser-4.1/debian Common subdirectories: feedparser-4.1.orig/docs and feedparser-4.1/docs diff -u feedparser-4.1.orig/feedparser.py feedparser-4.1/feedparser.py --- feedparser-4.1.orig/feedparser.py 2009-10-05 19:37:15.000000000 +0200 +++ feedparser-4.1/feedparser.py 2009-10-05 19:42:07.000000000 +0200 @@ -49,7 +49,7 @@ # HTTP "Accept" header to send to servers when downloading feeds. If you don't # want to send an Accept header, set this to None. -ACCEPT_HEADER = "application/atom+xml,application/rdf+xml,application/rss+xml,application/x-netcdf,application/xml;q=0.9,text/xml;q=0.2,*/*;q=0.1" +ACCEPT_HEADER = "application/atom+xml,application/rdf+xml,application/rss+xml,application/x-netcdf,application/xml;q=0.9,text/xml;q=0.2,*/*;q=0.1,*/*" # List of preferred XML parsers, by SAX driver name. These will be tried first, # but if they're not installed, Python will keep searching through its own list