[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 <https://bugs.python.org/issue41387> ___ ___ Python-bugs

[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

[issue41387] Wrong example, need scpae \"

2020-07-24 Thread Antonio Gutierrez
Change by Antonio Gutierrez : -- assignee: -> docs@python components: +Documentation nosy: +docs@python versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue41387] Wrong example, need scpae \"

2020-07-24 Thread Antonio Gutierrez
New submission from Antonio Gutierrez : In the main documentation, the example: #!/usr/bin/env python3 import smtplib from email.message import EmailMessage from email.headerregistry import Address from email.utils import make_msgid # Create the base text message. msg = EmailMessage() msg

[issue38402] crypt: check error from library call

2019-10-07 Thread Antonio Gutierrez
Change by Antonio Gutierrez : -- keywords: +patch pull_requests: +16224 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16599 ___ Python tracker <https://bugs.python.org/issu

[issue36161] Use thread-safe functions instead of unsafe ones (crypt, ttyname)

2019-10-05 Thread Antonio Gutierrez
Change by Antonio Gutierrez : -- pull_requests: +16187 pull_request: https://github.com/python/cpython/pull/16599 ___ Python tracker <https://bugs.python.org/issue36

[issue36161] Use thread-safe functions instead of unsafe ones (crypt, ttyname)

2019-07-19 Thread Antonio Gutierrez
Change by Antonio Gutierrez : -- keywords: +patch pull_requests: +14655 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14868 ___ Python tracker <https://bugs.python.org/issu