-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
added keyword use_values to collidedict and collidedictall #2309
Conversation
Is this consistent with what upstream pygame has done with rect kwargs on those functions? |
upstream calls the kwarg |
The code overrules the docs on what's correct, so lets call the kwarg on our end |
Should be fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I left two comments that could potentially result in changes before a merge.
f17cfe5
to
d2f873e
Compare
force push due to needing to rebase |
…sts/docs to reflect the change
933a703
to
b075e54
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after latest changes
Currently, the second argument to
collidedict
andcollidedictall
forRect
andFRect
is position-only. This enables using it as a kwarg