On Wed, 10 Nov 2021 21:12:17 -0600 Tim Peters <[email protected]> wrote: > [Bob Fang <[email protected]>] > > 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. Regards Antoine. _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/WJ4ANAMAYPVRHJNXMIASNAAWAZ45GPSZ/ Code of Conduct: http://python.org/psf/codeofconduct/
