<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">On Thu, Nov 29, 2018, 6:56 AM Benjamin Peterson <<a href="mailto:benjamin@python.org">benjamin@python.org</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On Wed, Nov 28, 2018, at 15:27, Steven D'Aprano wrote:<br>
> On Wed, Nov 28, 2018 at 10:43:04AM -0800, Gregory P. Smith wrote:<br>
> <br>
> > PyPI makes getting more algorithms easy.<br>
> <br>
> Can we please stop over-generalising like this? PyPI makes getting <br>
> more algorithms easy for *SOME* people. (Sorry for shouting, but you <br>
> just pressed one of my buttons.)<br>
> <br>
> PyPI might as well not exist for those who cannot, for technical or <br>
> policy reasons, install addition software beyond the std lib on the <br>
> computers they use. (I hesitate to say "their computers".)<br>
> <br>
> In many school or corporate networks, installing unapproved software can <br>
> get you expelled or fired. And getting approval may be effectively <br>
> impossible, or take months of considerable effort navigating some <br>
> complex bureaucratic process.<br>
> <br>
> This is not an argument either for or against adding LZ4, I have no <br>
> opinion either way. But it is a reminder that "just get it from PyPI" <br>
> represents an extremely privileged position that not all Python users <br>
> are capable of taking, and we shouldn't be so blase about abandoning <br>
> those who can't to future std lib improvements.<br>
<br>
While I'm sympathetic to users in such situations, I'm not sure how much we can really help them. These are the sorts of users who are likely to still be stuck using Python 2.6. Any stdlib improvements we discuss and implement today are easily a decade away from benefiting users in restrictive environments. On that kind of timescale, it's very hard to know what to do, especially since, as Paul says, we don't hear much feedback from such users.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">As a developer of software that has to run in such environments, having a library be in the stdlib is helpful as it is easier to convince the rest of the team to bundle a backport of something that's in a future stdlib than a random package from pypi.  Stdlib inclusion gives the library a known future and a (perhaps illusory, perhaps real) blessing from the core devs that helps to sell the library as the preferred solution.</div><div dir="auto"><br></div><div dir="auto">-Toshio</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div></div>