-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interest in including OrderedSet in python standard library? #89
Comments
I definitely think an OrderedSet belongs in the stdlib. I think that an OrderedSet that fits naturally in the stdlib would be different from this implementation, which predates the current Python implementation of ordered dicts and ended up doing some things differently. But I'm happy to discuss if you want to use parts of it. |
@jagerber48 @rspeer |
@idanmiara I know very little about how some of this code development for python stdlib typically works, I've just been trying to get the communication wheels rolling. I suggest you involve yourself in the discussion here: https://discuss.python.org/t/add-orderedset-to-stdlib/12730/1. A brief summary of my takeaway from the thread is this: People are most interested in an implementation of an |
Hello, I am interested to know if the maintainers of this package would have interest in including this functionality in the python standard library. It seems natural for
OrderedSet
to sit next toOrderedDict
in thecollections
package. There is a discussion on the Python Discussion Forums. It is not clear-cut that it should be added but I wanted to gauge the interest of the folks maintaining the current Python ordered set implementations.https://discuss.python.org/t/add-orderedset-to-stdlib/12730/15
The text was updated successfully, but these errors were encountered: