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

Fix handling of optional default value for .pop() #47

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

mikecee
Copy link
Contributor

@mikecee mikecee commented Mar 2, 2024

Fixes #46

@leplatrem leplatrem merged commit 3dd16c6 into makinacorpus:master Mar 4, 2024
6 checks passed
@leplatrem
Copy link
Collaborator

Thank you!

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

Successfully merging this pull request may close these issues.

pop(k, d) fails when key (k) doesn't exist (raises AttributeError)
2 participants