Change by Chason Chaffin :
--
nosy: +chason.chaffin
___
Python tracker
<https://bugs.python.org/issue17048>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chason Chaffin :
--
nosy: +chason
___
Python tracker
<https://bugs.python.org/issue32673>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chason Chaffin added the comment:
> It's probably enough to fix it. I fear that if we also change them in
> sendmail we'll break someone's code, but maybe we should do that anyway, for
> 3.7 only.
Should I make a separate issue for that,
Change by Chason Chaffin :
--
keywords: +patch
pull_requests: +5180
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32657>
___
___
Py
Chason Chaffin added the comment:
I'm writing a PR for this right now. Is it worth it to write a test to make
sure that mail_options isn't being mutated or is it enough just to update the
code to use non-mutable defaults? Interesting side effect of looking into this
is #32663 whe
Change by Chason Chaffin :
--
nosy: +chason
___
Python tracker
<https://bugs.python.org/issue31972>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Chason Chaffin :
--
keywords: +patch
pull_requests: +5160
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32663>
___
___
Py
New submission from Chason Chaffin :
In the tests for smtplib, the suite of tests for SMTPUTF8SimTests (added by
issue 24218) are not actually being run. This is troublesome in particular,
because the test test_send_message_error_on_non_ascii_addrs_if_no_smtputf8
calls assertRaises
Chason Chaffin added the comment:
Hi Steven,
I have nothing to do with the original submitter but this bug did catch my eye.
Does using mutable variables in the SMTP library serve a purpose? Looking
through the code, I wasn't able to spot anything obvious, and I did spot a
place w
Change by Chason Chaffin :
--
pull_requests: +5157
___
Python tracker
<https://bugs.python.org/issue31972>
___
___
Python-bugs-list mailing list
Unsubscribe:
10 matches
Mail list logo