Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc (GH-112544) #112552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,10 @@ locale
use :func:`locale.format_string` instead.
(Contributed by Victor Stinner in :gh:`94226`.)

* ``smtpd``: The module has been removed according to the schedule in :pep:`594`,
smtpd
-----

* The ``smtpd`` module has been removed according to the schedule in :pep:`594`,
having been deprecated in Python 3.4.7 and 3.5.4.
Use aiosmtpd_ PyPI module or any other
:mod:`asyncio`-based server instead.
Expand Down
1 change: 1 addition & 0 deletions Misc/ACKS
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,7 @@ Paul Prescod
Donovan Preston
Eric Price
Paul Price
Matt Prodani
Iuliia Proskurnia
Dorian Pula
Jyrki Pulliainen
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Relocate ``smtpd`` deprecation notice to its own section rather than under ``locale`` in What's New in Python 3.12 document