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 6ae6273 commit a7d1c0cCopy full SHA for a7d1c0c
Lib/test/test_email/test_email.py
@@ -743,7 +743,7 @@ def test_invalid_headers(self):
743
self.assertIn("Invalid header field name", str(cm.exception))
744
745
invalid_headers = [
746
- ('Header\x7F', 'Non-ASCII character'),
+ ('Header\x7F', 'Non-ASCII character'),
747
('Header\x1F', 'control character'),
748
]
749
for name, value in invalid_headers:
0 commit comments