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

Remove tons of ellipses #1738

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Remove tons of ellipses #1738

merged 3 commits into from
Oct 29, 2024

Conversation

mscuthbert
Copy link
Member

There were a number of places in the code where ellipses were being used to hide differences among Python versions (we added two more to turn on 3.13 just now).

Remove places that were still being used for differences with 3.9 and below (including some 2.7!)

And just generally get out of the old sloppy habit of using ... instead of knowing what the sentence actually says.

There were a number of places in the code where ellipses were being used to hide differences among Python versions (we added two more to turn on 3.13 just now).

Remove places that were still being used for differences with 3.9 and below (including some 2.7!)

And just generally get out of the old sloppy habit of using ... instead of knowing what the sentence actually says.
@coveralls
Copy link

coveralls commented Oct 29, 2024

Coverage Status

coverage: 93.026%. remained the same
when pulling b92727d on remove_ellipses
into 6235b41 on master.

@mscuthbert mscuthbert merged commit 4e90bfc into master Oct 29, 2024
8 checks passed
@mscuthbert mscuthbert deleted the remove_ellipses branch October 29, 2024 03:48
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.

2 participants