[issue32663] SMTPUTF8SimTests are not actually being run

2018-07-26 Thread R. David Murray
R. David Murray added the comment: Thanks, Chason. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue32663] SMTPUTF8SimTests are not actually being run

2018-07-26 Thread R. David Murray
R. David Murray added the comment: New changeset cecbe0ade87360cd37cc1389fe33dd92f2cf52ba by R. David Murray (Miss Islington (bot)) in branch '3.6': bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8470) https://github.com/python/cpython/commit/cecbe0ade87360cd37cc1389fe33dd92f2cf52ba --

[issue32663] SMTPUTF8SimTests are not actually being run

2018-07-26 Thread R. David Murray
R. David Murray added the comment: New changeset 89352b08aad447d046551fa0cd374becd7941c91 by R. David Murray (Miss Islington (bot)) in branch '3.7': bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8471) https://github.com/python/cpython/commit/89352b08aad447d046551fa0cd374becd7941c91 --

[issue32663] SMTPUTF8SimTests are not actually being run

2018-07-25 Thread Segev Finer
Change by Segev Finer : -- nosy: +Segev Finer ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue32663] SMTPUTF8SimTests are not actually being run

2018-07-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +7995 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue32663] SMTPUTF8SimTests are not actually being run

2018-07-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +7994 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue32663] SMTPUTF8SimTests are not actually being run

2018-07-25 Thread R. David Murray
R. David Murray added the comment: New changeset 48ed88a93bb0bbeaae9a4cfaa533e4edf13bcb51 by R. David Murray (chason) in branch 'master': bpo-32663 Make SMTPUTF8SimTests run (#5314) https://github.com/python/cpython/commit/48ed88a93bb0bbeaae9a4cfaa533e4edf13bcb51 -- nosy: +r.david.m

[issue32663] SMTPUTF8SimTests are not actually being run

2018-01-25 Thread Chason Chaffin
Change by Chason Chaffin : -- keywords: +patch pull_requests: +5160 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue32663] SMTPUTF8SimTests are not actually being run

2018-01-25 Thread Chason Chaffin
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 incorrectl