Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 76f5222

Browse filesBrowse files
committed
Remove unused 'msg' var
1 parent d2f40af commit 76f5222
Copy full SHA for 76f5222

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Lib/email/feedparser.py

Copy file name to clipboardExpand all lines: Lib/email/feedparser.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def _parsegen(self):
266266
yield NeedMoreData
267267
continue
268268
break
269-
msg = self._pop_message()
269+
self._pop_message()
270270
# We need to pop the EOF matcher in order to tell if we're at
271271
# the end of the current file, not the end of the last block
272272
# of message headers.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.