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 Antonio Gutierrez
Recipients Antonio Gutierrez, Lewis Ball, barry, docs@python, maxking, r.david.murray
Date 2020-07-24.19:38:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANaRyDiof_4=1yPChpsJKdVvjx-EvozdkUOHzC5GJ1y9esk5Kg@mail.gmail.com>
In-reply-to <1595618708.92.0.470624135522.issue41387@roundup.psfhosted.org>
Content
I forget to mention that I am receiving the mails with gmail, I don't know
if that is important or not. It shouldn't be different right, but for me it
is, if i don't use the escape the image is send and I can get it from the
attachment, but I am unable to see it in the html message. Maybe I am
doing something wrong.

El vie., 24 jul. 2020 a las 21:25, Lewis Ball (<report@bugs.python.org>)
escribió:

>
> Lewis Ball <lrjball@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 <report@bugs.python.org>
> <https://bugs.python.org/issue41387>
> _______________________________________
>
History
Date User Action Args
2020-07-24 19:38:15Antonio Gutierrezsetrecipients: + Antonio Gutierrez, barry, r.david.murray, docs@python, maxking, Lewis Ball
2020-07-24 19:38:15Antonio Gutierrezlinkissue41387 messages
2020-07-24 19:38:15Antonio Gutierrezcreate