class email.parser.BytesFeedParser(_factory=email.message.Message)
Works exactly like FeedParser except that the input to the feed() method must be bytes and not string.
New in version 3.2.
class email.parser.BytesFeedParser(_factory=email.message.Message)
Works exactly like FeedParser except that the input to the feed() method must be bytes and not string.
New in version 3.2.
Please login to continue.