-
Notifications
You must be signed in to change notification settings - Fork 27
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 Python 3.5 support #219
Labels
maintenance
improving code quality; not features or bugs
Milestone
Comments
goodmami
added a commit
that referenced
this issue
Jan 9, 2020
goodmami
added a commit
that referenced
this issue
Jan 9, 2020
Unfortunately I could not get rid of the need for a wrapper class due to the instantiation checks that don't comply with standard Python semantics. Part of #219
goodmami
added a commit
that referenced
this issue
Jan 9, 2020
goodmami
added a commit
that referenced
this issue
Jan 9, 2020
If it made the code more legible, they were replaced. Part of #219
goodmami
added a commit
that referenced
this issue
Jan 10, 2020
More standard library functions accept Path objects as of Python 3.6. Part of #219
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is for collecting the compromises made to accommodate Python 3.5, and opportunities for new features. It is not (yet) slated for a particular release.
typing.NamedTuple
-- the new class-based definitions would be handy for some data structurestyping.Collection
-- a better fit thantyping.Container
for some argument annotations.format(...)
callsThe text was updated successfully, but these errors were encountered: