mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
[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 1ff212debd
)
Co-authored-by: Matt Prodani <mp5908@nyu.edu>
This commit is contained in:
parent
46adf6b701
commit
4c9da4c964
3 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1454,6 +1454,7 @@ Paul Prescod
|
|||
Donovan Preston
|
||||
Eric Price
|
||||
Paul Price
|
||||
Matt Prodani
|
||||
Iuliia Proskurnia
|
||||
Dorian Pula
|
||||
Jyrki Pulliainen
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Relocate ``smtpd`` deprecation notice to its own section rather than under ``locale`` in What's New in Python 3.12 document
|
Loading…
Add table
Add a link
Reference in a new issue