Skip to content

Commit 1ff212d

Browse files
authored
gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc (GH-112544)
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 07ebd46 commit 1ff212d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Relocate ``smtpd`` deprecation notice to its own section rather than under ``locale`` in What's New in Python 3.12 document

0 commit comments

Comments
 (0)