Does what it says on the tin; guard against breaking changes staged for (presumably) a feedparser 7 release.
Once feedparser isn't handling HTTP errors, it should be easier to upgrade; at that point, error handling downstream of feedparser can focus on parse errors exclusively.
Breaking changes
List any changes that break the API usage supported on master.
Description
Does what it says on the tin; guard against breaking changes staged for (presumably) a feedparser 7 release.
Once
feedparser
isn't handling HTTP errors, it should be easier to upgrade; at that point, error handling downstream offeedparser
can focus on parse errors exclusively.Breaking changes
None.
Relevant issues
129 disucssion of the
User-Agent
header reveals a future release offeedparser
will eliminate theagent
named parameter toparse
.Checklist
README.md
example usage has been updated.~