Please don't!
Python standard library can of course be improved with such a model, but
the cost overwrite the beneficit by a large margin.

First this proposition is not backward compatible. Basically it will break
any script using such library for the first time if internet is not
available.

Second, the distribution of standard lib with python is a solved problem.
New solution will bring new "bugs" in particular on debian at least which
has its own way to distribute python and if such feature is intriduced will
create incompatibility with other kinds of python. The current "bug" I'm
thinking of is that by default debian don't ship tkinter, breaking any
installation instruction given by a software developper.

Third, the python stdlib is a really strength of python and even if it has
some limitation, it does the job good enough for a big number of case. To
my knowledge, the only significant weakness of the stdlib is that requests
does a far better job than urllib, but urllib already make a very good job
and is definitely usable.

Fourth it is a jump in the unknown of which consequences will probably when
it will be too late to go back and as such should be taken very carefully.

Fifth, as far as I understand the core reason of the initial talk is that
twisted will support forever python 2, and as such demand that the whole
python ecosystem find workaround to allow this attitude. Breaking
compatibility with python 2 was a failure but now we must live with. If I
understand correctly the path chosen is helping as much as possible
migration, force developper to migrate if they want either new features or
security uodates and let python 2 users with no suported solution if they
want to stick with python 2. As such asking that the future of python is
drive by keeping the python 2 compatibility forever just go against all the
effort to cope with python 2 python 3 transition and will basically will be
a burden forever for the whole  python ecosystem evolution. In my reading
pretty all the talk is as weak, but my mail is already very lonh


Le lun. 8 juil. 2019 08:13, Siddharth Prajosh <spraj...@gmail.com> a écrit :

> Hey all, after this talk
> <http://pyfound.blogspot.com/2019/05/amber-brown-batteries-included-but.html>
> on how useful standard libraries are this has been in talks in multiple
> channels.
> I just wanted to present my idea on the same.
>
> Why not keep the essentials (ensurepip) and strip off everything else.
> When someone imports a package like datetime, we can catch the error
> (ImportError) and install it.
> Or something similar.
>
> Please do let me know your feedback on why this might or might not be a
> good option so that we can come up with better solutions for issues.
>
> Thank you!
> _______________________________________________
> Python-ideas mailing list -- python-ideas@python.org
> To unsubscribe send an email to python-ideas-le...@python.org
> https://mail.python.org/mailman3/lists/python-ideas.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-ideas@python.org/message/OEESWNUOYCER4Q4PVKNH6VYQDW62IIGP/
> Code of Conduct: http://python.org/psf/codeofconduct/
>
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/ZHL7M7ISK2N5XTG2GZMIEZVDSQZB5FLG/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to