This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients barry, f18a14c09s, python-dev, r.david.murray, terry.reedy, virusdetected1337
Date 2021-07-24.00:53:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627087989.33.0.395436016896.issue44660@roundup.psfhosted.org>
In-reply-to
Content
Having looked at the cited part of the RFC (but not tried to analyze it in detail), I think you are correct.  I've also glanced at your PR, and I think your approach is correct in broad outline, but I haven't looked at the details.  For full message/global support, however, it will also be necessary to look at the output side: given a message/global part, a transfer encoding should be applied when serializing with cte_type=7bit.  Support for message/global should also be added to the contentmanager.

I won't have an objection if this is accepted with only the feedparser support, but I would recommend that the remaining pieces of support for message/global be added before the feature is released.
History
Date User Action Args
2021-07-24 00:53:09r.david.murraysetrecipients: + r.david.murray, barry, terry.reedy, python-dev, virusdetected1337, f18a14c09s
2021-07-24 00:53:09r.david.murraysetmessageid: <1627087989.33.0.395436016896.issue44660@roundup.psfhosted.org>
2021-07-24 00:53:09r.david.murraylinkissue44660 messages
2021-07-24 00:53:09r.david.murraycreate