Lewis Ball <lrjb...@gmail.com> added the comment:
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 ``` ---------- nosy: +Lewis Ball _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41387> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com