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

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  <[email protected]>
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to