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 jap
Recipients barry, jap, r.david.murray
Date 2019-12-17.12:50:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576587018.41.0.287474092044.issue39073@roundup.psfhosted.org>
In-reply-to
Content
As can be seen above, 3.5 wraps the realname in a double quote, but 3.8 fails to do so. Note that 3.5 also does not add a whitespace in front of the line starting with "X:", so it is also not merged with the previous line when parsing.

I guess we'll have to disallow \r and \n in displaynames for now.
History
Date User Action Args
2019-12-17 12:50:18japsetrecipients: + jap, barry, r.david.murray
2019-12-17 12:50:18japsetmessageid: <1576587018.41.0.287474092044.issue39073@roundup.psfhosted.org>
2019-12-17 12:50:18japlinkissue39073 messages
2019-12-17 12:50:18japcreate