I am getting bozo_exception "xml.sax._exceptions.SAXParseException: :7:2: mismatched tag" for http://randsinrepose.com/feed/.
According to kurtmckee/feedparser#117, installing sgmllib3k should allow feedparser to handle (some?) bad XML. reader does have sgmllib3k as a dependency.
Should this specific feed work? Does the error show because we're failing fast when we have a bozo_exception? Should we? If we don't fail, do we want to signal the feed had issues? How?