summaryrefslogtreecommitdiffstats
path: root/Lib/email/feedparser.py
diff options
context:
space:
mode:
authorJosephSBoyle <48555120+JosephSBoyle@users.noreply.github.com>2023-03-08 13:58:14 (GMT)
committerGitHub <noreply@github.com>2023-03-08 13:58:14 (GMT)
commitb097925858c6975c73e989226cf278cc382c0416 (patch)
tree1adce7e2f4ad49a61832067d30a4cd3a552e553b /Lib/email/feedparser.py
parent401d7a7f009ca2e282b1a0d1b880dc602afd39dc (diff)
downloadcpython-b097925858c6975c73e989226cf278cc382c0416.zip
cpython-b097925858c6975c73e989226cf278cc382c0416.tar.gz
cpython-b097925858c6975c73e989226cf278cc382c0416.tar.bz2
gh-102507 Remove invisible pagebreak characters (#102531)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
Diffstat (limited to 'Lib/email/feedparser.py')
-rw-r--r--Lib/email/feedparser.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/email/feedparser.py b/Lib/email/feedparser.py
index 97d3f51..6bc4e0c 100644
--- a/Lib/email/feedparser.py
+++ b/Lib/email/feedparser.py
@@ -41,7 +41,6 @@ NL = '\n'
NeedMoreData = object()
-
class BufferedSubFile(object):
"""A file-ish object that can have new data loaded into it.
@@ -132,7 +131,6 @@ class BufferedSubFile(object):
return line
-
class FeedParser:
"""A feed-style parser of email."""