Skip to content

Commit 5525685

Browse files
waynewwebknjaz
authored andcommitted
Slight doc improvements
See #320
1 parent 98bd088 commit 5525685

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

aiosmtpd/docs/concepts.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Concepts
33
==========
44

5+
This guide assumes familiarity with the SMTP protocol.
6+
57
There are two general ways you can run the SMTP server, via the
68
:ref:`command line <cli>` or :ref:`programmatically <controller>`.
79

aiosmtpd/docs/intro.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ Simple Mail Transfer Protocol (SMTP) and
99
Local Mail Transfer Protocol (LMTP). It is derived from
1010
`Python 3.5's smtpd.py <https://hg.python.org/cpython/file/3.5/Lib/smtpd.py>`__
1111
standard library module, and provides both a command line interface and an API
12-
for use in testing applications that send email.
12+
for use in testing applications that send email. Since the `smtpd module was
13+
removed in Python 3.12
14+
<https://docs.python.org/3.12/whatsnew/3.12.html#locale>`, following `PEP 594
15+
<https://peps.python.org/pep-0594/#smtpd>`, aiosmtpd is the recommended
16+
replacement.
1317

1418
Inspiration for this library comes from several other packages:
1519

0 commit comments

Comments
 (0)