[issue41387] Escape needed in the email documentation example

2020-07-25 Thread Antonio Gutierrez
Antonio Gutierrez added the comment: > > OK, I will do that. > > -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue41387] Escape needed in the email documentation example

2020-07-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: Antonio, when replying by email, please delete the quoted message (except possibly for a line or two that you want to quote). When posted on the web page, the quote is distracting noise that takes up vertical space. -- nosy: +terry.reedy __

[issue41387] Escape needed in the email documentation example

2020-07-24 Thread Lewis Ball
Lewis Ball added the comment: Okay no worries, glad it is all sorted now :) -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue41387] Escape needed in the email documentation example

2020-07-24 Thread R. David Murray
Change by R. David Murray : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pytho

[issue41387] Escape needed in the email documentation example

2020-07-24 Thread Antonio Gutierrez
Antonio Gutierrez added the comment: OK, first I am sorry , I did try again when I read your message( because it has all the sense), and yes it works, probably I corrected something else that made it work, i don't know. I'll try to make better reports in the future. El vie., 24 jul. 2020 a las

[issue41387] Escape needed in the email documentation example

2020-07-24 Thread Antonio Gutierrez
Antonio Gutierrez added the comment: 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

[issue41387] Escape needed in the email documentation example

2020-07-24 Thread Lewis Ball
Lewis Ball 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: ``` >>> "" == "" True ``` -- nosy: +Lewis Ball

[issue41387] Escape needed in the email documentation example

2020-07-24 Thread SilentGhost
Change by SilentGhost : -- nosy: +barry, maxking, r.david.murray title: Wrong example, need scpae \" -> Escape needed in the email documentation example ___ Python tracker ___