Commit 86407432 authored by Ross Lagerwall's avatar Ross Lagerwall

Issue #14442: Add missing errno import in test_smtplib.

parent e55f6636
...@@ -9,6 +9,7 @@ import re ...@@ -9,6 +9,7 @@ import re
import sys import sys
import time import time
import select import select
import errno
import unittest import unittest
from test import support, mock_socket from test import support, mock_socket
......
...@@ -196,6 +196,8 @@ Extension Modules ...@@ -196,6 +196,8 @@ Extension Modules
Tests Tests
----- -----
- Issue #14442: Add missing errno import in test_smtplib.
- Issue #8315: (partial fix) python -m unittest test.test_email now works. - Issue #8315: (partial fix) python -m unittest test.test_email now works.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment