[New-bugs-announce] [issue47022] PEP 594: Document removal of asynchat, asyncore and smtpd

Hugo van Kemenade report at bugs.python.org
Tue Mar 15 03:27:58 EDT 2022


New submission from Hugo van Kemenade <hugovk+python at gmail.com>:

PEP 594 – Removing dead batteries from the standard library

As mentioned in the SC acceptance:

> One thing we’d like to see happen while implementing it: Document the status of the modules being deprecated and removed and backport those deprecation updates to older CPython branch documentation (at least back to 3.9). That gets the notices in front of more people who may use the docs for their specific Python version.

So let's update documentation and deprecation warnings to make clear in which release they're to be removed.

This first one is just for the three modules (asynchat, asyncore and smtpd) slated for removal soonest, in 3.12:

https://peps.python.org/pep-0594/#deprecated-modules

----------
components: Library (Lib)
messages: 415222
nosy: hugovk
priority: normal
severity: normal
status: open
title: PEP 594: Document removal of asynchat, asyncore and smtpd
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47022>
_______________________________________


More information about the New-bugs-announce mailing list