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

Support clear() also on Python 2 #30

Closed
andy-maier opened this issue Jul 27, 2020 · 1 comment · Fixed by #31
Closed

Support clear() also on Python 2 #30

andy-maier opened this issue Jul 27, 2020 · 1 comment · Fixed by #31

Comments

@andy-maier
Copy link
Contributor

The built-in list class supports clear() only starting with Python 3.3.

I think it would be good for ease of use if NocaseList supported all features from Python 3.8 back on all supported Python versions. I think the clear() method is the only one that would need to be added on Python 2.

@andy-maier andy-maier self-assigned this Jul 27, 2020
@andy-maier andy-maier added this to the 1.0.1 milestone Jul 27, 2020
@andy-maier
Copy link
Contributor Author

andy-maier commented Jul 28, 2020

Decided that we want to support the list functionality as of py38 on all supported py versions. See PR #31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant