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

Convert six statements to the usage of augmented assignments #278

Conversation

elfring
Copy link
Contributor

@elfring elfring commented Nov 2, 2021

Augmented assignment statements became available with Python 2.
💭 Thus improve six source code places accordingly.

…assignments

Augmented assignment statements became available with Python 2.
https://docs.python.org/3/whatsnew/2.0.html#augmented-assignment

Thus improve six source code places accordingly.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
@krichardsson krichardsson merged commit a05b5d1 into bitcraze:master May 23, 2022
@krichardsson
Copy link
Contributor

For some reason, this has not been visible to us until now. Anyway it is now merged. Thanks!
closes #277

@krichardsson krichardsson added this to the next-release milestone May 23, 2022
@elfring
Copy link
Contributor Author

elfring commented May 23, 2022

For some reason, this has not been visible to us until now.

I can share another bit of background information if you would like to know it.

Anyway it is now merged.

Thanks for your change acceptance (after some delay).

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.

None yet

2 participants