Skip to content

Commit 1fc1629

Browse files
authored
Merge pull request #72 from pytest-dev/remove-mention-of-smtpd/1/dev
Update README not to specify the wrong type for the SMTP server
2 parents 881ccaf + 5b87000 commit 1fc1629

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ poking around in the code itself.
132132
is the same as ``httpserver`` only with SSL encryption.
133133

134134
``smtpserver``
135-
provides a threaded instance of ``smtpd.SMTPServer`` running on localhost.
135+
provides a threaded SMTP server, with an API similar to ``smtpd.SMTPServer``,
136+
(the deprecated class from the Python standard library) running on localhost.
136137
It has the following attributes:
137138

138139
* ``addr`` - server address as tuple (host as str, port as int)

0 commit comments

Comments
 (0)