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, bpoaugust, eric.smith, r.david.murray
Date 2022-01-17.22:31:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642458681.37.0.618891956728.issue46392@roundup.psfhosted.org>
In-reply-to
Content
Note that the parser does attempt to accept obsolete syntax (registering defects for it), so if there is a bug in the implementation of the obsolete syntax handling it should be fixed.  And yes, there have been other bugs with whitespace handling in the parser, unfortunately.

Examples would be most helpful, even if you don't write unit tests.  Most of the tests, by the way, are in test__header_value_parser (search for message_id).  There aren't very many, so more would be good.
History
Date User Action Args
2022-01-17 22:31:21r.david.murraysetrecipients: + r.david.murray, barry, eric.smith, bpoaugust
2022-01-17 22:31:21r.david.murraysetmessageid: <1642458681.37.0.618891956728.issue46392@roundup.psfhosted.org>
2022-01-17 22:31:21r.david.murraylinkissue46392 messages
2022-01-17 22:31:21r.david.murraycreate