[issue28407] Improve coverage of email.utils.make_msgid()

2016-12-17 Thread R. David Murray
R. David Murray added the comment: Thanks Dillon. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ _

[issue28407] Improve coverage of email.utils.make_msgid()

2016-12-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8687b3554b1f by R David Murray in branch '3.5': #28407 Improve test coverage of make_msgid. https://hg.python.org/cpython/rev/8687b3554b1f New changeset 87671b1f7ff4 by R David Murray in branch '3.6': Merge #28407 Improve test coverage of make_msgid

[issue28407] Improve coverage of email.utils.make_msgid()

2016-12-17 Thread Dillon Brock
Dillon Brock added the comment: Ping. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue28407] Improve coverage of email.utils.make_msgid()

2016-10-10 Thread Dillon Brock
New submission from Dillon Brock: There were 2 lines of email.utils.make_msgid() that were not covered (lines 202 and 204 of Lib/email/utils.py), so I wrote a quick patch to cover them. -- components: Tests, email files: make_msgid_coverage.patch keywords: patch messages: 278430 nosy: b