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

Dillon Brock report at bugs.python.org
Mon Oct 10 13:06:00 EDT 2016


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: barry, dillon.brock, r.david.murray
priority: normal
severity: normal
status: open
title: Improve coverage of email.utils.make_msgid()
type: enhancement
versions: Python 3.7
Added file: http://bugs.python.org/file45047/make_msgid_coverage.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28407>
_______________________________________


More information about the Python-bugs-list mailing list