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

Clean up some more Python 2-isms #942

Merged
merged 2 commits into from Mar 21, 2022

Conversation

wbolster
Copy link
Member

  • Reword and simplify a few docstrings.
  • Add back a test for 2-arg super() in property() definitions that
    was (accidentally?) dropped in Drop Python 2.7 #936.

@wbolster wbolster requested a review from hynek March 21, 2022 11:18
- Reword and simplify a few docstrings.
- Add back a test for 2-arg super() in property() definitions that
  was (accidentally?) dropped in python-attrs#936.
@hynek hynek merged commit d785c65 into python-attrs:main Mar 21, 2022
@hynek
Copy link
Member

hynek commented Mar 21, 2022

Thanks, that super thing was pyupgrade. Fortunately the other super call is also in test_slots that I've blocked in pre-commit.

@wbolster wbolster deleted the minor-py2-cleanups branch March 21, 2022 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants