We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73651fd commit f34305eCopy full SHA for f34305e
importlib_metadata/_compat.py
@@ -70,7 +70,7 @@ def find_spec(*args, **kwargs):
70
find_module = find_spec
71
72
73
-def py2_message_from_string(text):
+def py2_message_from_string(text): # nocoverpy3
74
# Work around https://bugs.python.org/issue25545 where
75
# email.message_from_string cannot handle Unicode on Python 2.
76
io_buffer = io.StringIO(text)
0 commit comments