diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-27 09:13:28 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-27 09:29:34 +0300 |
commit | 47a958391355747cfe812b4fd54f47dfa677a18a (patch) | |
tree | e3c11847c103e788773c7b6be7ef8440f610eba8 | |
parent | a9612d30a643a394d14807bc73b6b1afcd8fd32b (diff) | |
download | ydb-47a958391355747cfe812b4fd54f47dfa677a18a.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/python/pytest-localserver/py3/AUTHORS | 1 | ||||
-rw-r--r-- | contrib/python/pytest-localserver/py3/README.rst | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/contrib/python/pytest-localserver/py3/AUTHORS b/contrib/python/pytest-localserver/py3/AUTHORS index 9fb098205a..086e355734 100644 --- a/contrib/python/pytest-localserver/py3/AUTHORS +++ b/contrib/python/pytest-localserver/py3/AUTHORS @@ -13,3 +13,4 @@ Michał Górny <mgorny@gentoo.org> Hasan Ramezani <hasan.r67@gmail.com> Felix Yan <felixonmars@archlinux.org> Henri Hulski <henri.hulski@gazeta.pl> +Theodore Ni diff --git a/contrib/python/pytest-localserver/py3/README.rst b/contrib/python/pytest-localserver/py3/README.rst index aa6cbb94d3..fbaf2bdb42 100644 --- a/contrib/python/pytest-localserver/py3/README.rst +++ b/contrib/python/pytest-localserver/py3/README.rst @@ -132,7 +132,8 @@ poking around in the code itself. is the same as ``httpserver`` only with SSL encryption. ``smtpserver`` - provides a threaded instance of ``smtpd.SMTPServer`` running on localhost. + provides a threaded SMTP server, with an API similar to ``smtpd.SMTPServer``, + (the deprecated class from the Python standard library) running on localhost. It has the following attributes: * ``addr`` - server address as tuple (host as str, port as int) |