Home
last modified time | relevance | path

Searched refs:BytesFeedParser (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Doc/library/
Demail.parser.rst51 The :class:`BytesFeedParser`, imported from the :mod:`email.feedparser` module,
54 source that can block (such as a socket). The :class:`BytesFeedParser` can of
60 The :class:`BytesFeedParser`'s API is simple; you create an instance, feed it a
62 retrieve the root message object. The :class:`BytesFeedParser` is extremely
70 Here is the API for the :class:`BytesFeedParser`:
73 .. class:: BytesFeedParser(_factory=None, *, policy=policy.compat32)
75 Create a :class:`BytesFeedParser` instance. Optional *_factory* is a
116 Works like :class:`BytesFeedParser` except that the input to the
117 :meth:`~BytesFeedParser.feed` method must be a string. This is of limited
143 and *policy* arguments of :class:`BytesFeedParser`.
/external/python/cpython3/Lib/email/
Dparser.py12 from email.feedparser import FeedParser, BytesFeedParser
Dfeedparser.py532 class BytesFeedParser(FeedParser): class
/external/python/cpython3/Lib/test/test_email/
Dtest_email.py45 from email.parser import FeedParser, BytesFeedParser
4122 bfp = email.feedparser.BytesFeedParser()
/external/python/cpython3/Doc/whatsnew/
D3.2.rst689 :class:`~email.parser.BytesFeedParser` and :class:`~email.parser.BytesParser`
/external/python/cpython3/Misc/
DHISTORY5237 - Added missing FeedParser and BytesFeedParser to email.parser.__all__.
5239 - Issue #17431: Fix missing import of BytesFeedParser in email.parser.
9825 - Issue #11605: email.parser.BytesFeedParser was incorrectly converting