Skip to content

Commit 4c9da4c

Browse files
[3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc (GH-112544) (GH-112552)
Relocate smtpd deprecation notice to it's own section rather than under 'locale' in docs for What's New in Python 3.12 doc (cherry picked from commit 1ff212d) Co-authored-by: Matt Prodani <[email protected]>
1 parent 46adf6b commit 4c9da4c

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
@@ -1454,6 +1454,7 @@ Paul Prescod
14541454
Donovan Preston
14551455
Eric Price
14561456
Paul Price
1457+
Matt Prodani
14571458
Iuliia Proskurnia
14581459
Dorian Pula
14591460
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)