Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f40af commit 76f5222Copy full SHA for 76f5222
Lib/email/feedparser.py
@@ -266,7 +266,7 @@ def _parsegen(self):
266
yield NeedMoreData
267
continue
268
break
269
- msg = self._pop_message()
+ self._pop_message()
270
# We need to pop the EOF matcher in order to tell if we're at
271
# the end of the current file, not the end of the last block
272
# of message headers.
0 commit comments