Skip to content
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

del() doesn't work correctly on key duplicates #30

Closed
plauclair opened this issue Mar 9, 2018 · 1 comment
Closed

del() doesn't work correctly on key duplicates #30

plauclair opened this issue Mar 9, 2018 · 1 comment

Comments

@plauclair
Copy link
Contributor

plauclair commented Mar 9, 2018

I sent a PR #29 to fix an issue where del() won't delete duplicates if they exist. I'm assuming since set() and get() avoid duplicates, delete should be doing the same. You can see in more details in the tests the behavior.

I also updated the readme.

@plauclair
Copy link
Contributor Author

Fixed and merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant