
June 23, 2021
12:17 p.m.
On Jun 23, 2021, at 09:46, Marc-Andre Lemburg <mal@egenix.com> wrote:
Since it's rather likely that we'll always find someone who still uses a module, I think we should find a better strategy on how to deal with such removals, e.g. create a separate attic repo where participation is easier than for CPython, publish the modules in this repo under a python-attic package, and move all deprecated code there.
That’s basically what PEP 594 suggests, and I think that’s a good approach while we’re working out the details and process for removing dead batteries.
-Barry