[issue34102] local variable 'parts' referenced before assignment in feedparser in email module
R. David Murray
report at bugs.python.org
Thu Jul 12 11:05:54 EDT 2018
R. David Murray <rdmurray at bitdance.com> added the comment:
This appears to be a bug in pip or the ansible-lint package, similar, and possibly identical, to issue 31361. I believe None is being passed in as the argument to feed_parser.feed, which is an invalid use of that API and so correctly results in an error.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34102>
_______________________________________
More information about the Python-bugs-list
mailing list