[Python-Dev] PEP 594 -- Bundling libraries? (original) (raw)

Brett Cannon brett at python.org
Fri May 24 15:19:29 EDT 2019


On Fri, May 24, 2019 at 12:20 AM Inada Naoki <songofacandy at gmail.com> wrote:

When removing libraries from stdlib, can we bundle removed libraries and install it like ensurepip does?

I think that would require people picking those modules up and maintaining them. But even then I don't know how easy it would be to communicate that those modules are no longer under our care and so please report bugs and feature requests to that module's own repository before they open an issue on bpo.

-Brett

Ruby does similar thing, called "Gemification". See https://rubykaigi.org/2017/presentations/hsbt.html When people don't use venv, scripts importing nntplib or aifc runs correctly. When people use venv, they need to pip install nntplib (we may be able to use PyPI's namespace beta feature here). But I assume pip install is not a problem for people using venv. Regards, -- Inada Naoki <songofacandy at gmail.com>


Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/brett%40python.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20190524/42e6217f/attachment.html>



More information about the Python-Dev mailing list