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 2f6002e commit 4fa6755Copy full SHA for 4fa6755
Lib/email/feedparser.py
@@ -158,7 +158,7 @@ def _can_dump_data(self, data):
158
# We can't blindly dump entire chunks, if we're interested in
159
# more than just boundaries
160
return False
161
-
+
162
# We only care about boundaries; we can dump as long as there's no
163
# potential boundaries.
164
return '-' not in data
0 commit comments