<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 24, 2019 at 12:20 AM Inada Naoki <<a href="mailto:songofacandy@gmail.com">songofacandy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">When removing libraries from stdlib, can we bundle<br>
removed libraries and install it like ensurepip does?<br></blockquote><div><br></div><div>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.<br></div><div><br></div><div>-Brett<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Ruby does similar thing, called "Gemification".<br>
See <a href="https://rubykaigi.org/2017/presentations/hsbt.html" rel="noreferrer" target="_blank">https://rubykaigi.org/2017/presentations/hsbt.html</a><br>
<br>
When people don't use venv, scripts importing nntplib<br>
or aifc runs correctly.<br>
<br>
When people use venv, they need to `pip install nntplib`<br>
(we may be able to use PyPI's namespace beta feature here).<br>
But I assume `pip install` is not a problem for people using venv.<br>
<br>
Regards,<br>
-- <br>
Inada Naoki  <<a href="mailto:songofacandy@gmail.com" target="_blank">songofacandy@gmail.com</a>><br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</blockquote></div></div>