-
Notifications
You must be signed in to change notification settings - Fork 16
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
[FEATURE] New Features for frozendict #52
Comments
Given that this is a Looking at https://github.com/Marco-Sulla/python-frozendict#api ... "set(key, value) If the key is already in "It returns a the key at" - small typo. |
Well, it was asked in past in Python Ideas for dict, for debugging purposes. Furthermore now dict is ordered, so I feel natural to add the ability to access it also by insertion index.
I would really like this will be not only "my" project. I removed any personal reference from readme and tests. But I suppose the project is too much small.
It's not too much complicated, but I have to think a little about it.
Thank you :) |
The other way of looking at it is that maybe this module already does most of what people need from a frozendict class, and that's why there haven't been many external contributions 🙂 |
It's another way to say it's a small project :D |
deepfreeze implemented in 2.4.0 |
I would slowly add a bunch of new features for frozendict. See TODO List, fist part: #34
I originally thought to add these features to an experimental type, coold. Currently, coold is undocumented and unused, so I don't think it's much of use to add these features to an obscure type. I think will remove coold.
The text was updated successfully, but these errors were encountered: