I'll join Christopher Barker and Chris Angelico in voicing scepticism -- personally, I feel like I'm yet to be persuaded that the use case is strong enough. sortedcontainers is a wonderful package, and I would completely support a prominent link to the library in the Python documentation. But the use case seems too niche and specific, in my opinion, for the library to be added to the standard library. I see the standard library as a collection of basic building blocks that can be used to create a multitude of other things. sortedcontainers feel like a specialised solution to a small collection of problems, rather than a general solution to a large collection of problems. PyPI feels like the right place for this library.
Best, Alex On Thu, Nov 11, 2021 at 12:33 PM Paul Moore <p.f.mo...@gmail.com> wrote: > On Thu, 11 Nov 2021 at 11:51, Antoine Pitrou <anto...@python.org> wrote: > > > > On Wed, 10 Nov 2021 21:12:17 -0600 > > Tim Peters <tim.pet...@gmail.com> wrote: > > > [Bob Fang <boyuf...@bytedance.com>] > > > > This is a modest proposal to consider having sorted containers > > > > (http://www.grantjenks.com/docs/sortedcontainers/) in standard > library. > > > > > > +1 from me, but if and only if Grant Jenks (its author) wants that too. > > > > > > It's first-rate code in all respects, including that it's a fine > > > example _of_ Python programming (it's not written in C - in Python). > > > > Agreed with Tim. This is a perfect example of some basic and perennial > > facility that would fit very well in the stdlib. > > I agree as well. Is anyone interested enough to ask the library author > if he supports doing this? That seems to be the main unanswered > question here. > > But if anyone wants to argue the "the stdlib should be shrinking, not > growing" position, I suggest they do so *before* someone reaches out > to the module author. No point in us making the suggestion and then > being forced to withdraw it. > > Paul > _______________________________________________ > Python-Dev mailing list -- python-dev@python.org > To unsubscribe send an email to python-dev-le...@python.org > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/python-dev@python.org/message/5SURNB4C5FGJ6LSXUPVW2EFP22ERKSGB/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/EM3CCN2YNKVUUQIGNXE5XIIR5TJKSTCZ/ Code of Conduct: http://python.org/psf/codeofconduct/