Relocate smtpd deprecation notice to it's own section rather than under
'locale' in docs for What's New in Python 3.12 doc
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.
Donovan Preston
Eric Price
Paul Price
+Matt Prodani
Iuliia Proskurnia
Dorian Pula
Jyrki Pulliainen
--- /dev/null
+Relocate ``smtpd`` deprecation notice to its own section rather than under ``locale`` in What's New in Python 3.12 document