Skip to content

Commit fe88b02

Browse files
committed
Move smtpd note to dedicated section in What's New Python 3.12 doc
Relocate smtpd deprecation notice to it's own section rather than under 'locale' in docs for What's New in Python 3.12 doc
1 parent 37589d7 commit fe88b02

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/whatsnew/3.12.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,10 @@ locale
16401640
use :func:`locale.format_string` instead.
16411641
(Contributed by Victor Stinner in :gh:`94226`.)
16421642

1643-
* ``smtpd``: The module has been removed according to the schedule in :pep:`594`,
1643+
smtpd
1644+
-----
1645+
1646+
* The ``smtpd`` module has been removed according to the schedule in :pep:`594`,
16441647
having been deprecated in Python 3.4.7 and 3.5.4.
16451648
Use aiosmtpd_ PyPI module or any other
16461649
:mod:`asyncio`-based server instead.

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,7 @@ Paul Prescod
14591459
Donovan Preston
14601460
Eric Price
14611461
Paul Price
1462+
Matt Prodani
14621463
Iuliia Proskurnia
14631464
Dorian Pula
14641465
Jyrki Pulliainen

0 commit comments

Comments
 (0)