> The only `OrderedSet` use I have seen in the wild is
https://github.com/python-hyper/uritemplate/search?q=orderedset&unscoped_q=orderedset
.

A more generalized Python code search across GitHub of "orderedset" returns
~500k results: https://github.com/search?l=Python&q=orderedset&type=Code .

Of course, a general code search across GitHub is by no means a clear or
reliable measure of actual usage, considering the number of duplicate
results. But, it's still useful for rough estimations.

On Thu, Jan 2, 2020 at 7:08 PM Brett Cannon <br...@python.org> wrote:

> The only `OrderedSet` use I have seen in the wild is
> https://github.com/python-hyper/uritemplate/search?q=orderedset&unscoped_q=orderedset
> .
> _______________________________________________
> 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/GYIOTCKMKAYK2T6AALEDLZQVWCWLMXQD/
> 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/W2SY6WM5QT6TZUBRUY7Y7TFIOMFUKY7S/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to