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 Lewis Ball
Recipients Antonio Gutierrez, Lewis Ball, barry, docs@python, maxking, r.david.murray
Date 2020-07-24.19:25:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595618708.92.0.470624135522.issue41387@roundup.psfhosted.org>
In-reply-to
Content
So I have just tried it out and the example seems to work fine for me as it is (tested using 3.8.2).

Note that escaping the " in this case makes no difference to the string:
```
>>> """<img src="cid:{cid}" />""" == """<img src=\"cid:{cid}\" />"""
True
```
History
Date User Action Args
2020-07-24 19:25:08Lewis Ballsetrecipients: + Lewis Ball, barry, r.david.murray, docs@python, maxking, Antonio Gutierrez
2020-07-24 19:25:08Lewis Ballsetmessageid: <1595618708.92.0.470624135522.issue41387@roundup.psfhosted.org>
2020-07-24 19:25:08Lewis Balllinkissue41387 messages
2020-07-24 19:25:08Lewis Ballcreate