R. David Murray added the comment:

Can you figure out what the input to feedparser is in those cases?  If pip or 
whatever is feeding in a None object, then that's not a bug in feedparser.  
However, if the input is a string (or bytes via the bytes interface) and this 
is heppening, then there's probably something wrong, but we'll need to see the 
actual input to determine what.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31361>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to