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

Feature/drop python2 #553

Merged
merged 1 commit into from
Apr 10, 2020
Merged

Conversation

AndreMiras
Copy link
Member

No description provided.

@AndreMiras AndreMiras force-pushed the feature/drop_python2 branch 2 times, most recently from 5906067 to b3a1ff1 Compare April 10, 2020 15:12
@AndreMiras
Copy link
Member Author

This is a good start I think, it drops all the important references to Python 2 and drops/adapt the compat module. After this is merge, I'll give another pass to drop other less important things like future imports or object inheritance. But this PR is good and big enough I think

Copy link
Member

@Zen-CODE Zen-CODE left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thanks +1

@Zen-CODE Zen-CODE merged commit 5fb013c into kivy:master Apr 10, 2020
@AndreMiras AndreMiras deleted the feature/drop_python2 branch April 10, 2020 15:40
AndreMiras added a commit to AndreMiras/plyer that referenced this pull request Apr 10, 2020
This is a follow up for:
kivy#553
- updates `super()` syntax
- removes `object` inheritance
- removes `from __future__ import unicode_literals`
@AndreMiras AndreMiras mentioned this pull request Apr 10, 2020
Zen-CODE pushed a commit that referenced this pull request Apr 10, 2020
This is a follow up for:
#553
- updates `super()` syntax
- removes `object` inheritance
- removes `from __future__ import unicode_literals`
AndreMiras added a commit to AndreMiras/plyer that referenced this pull request Apr 24, 2023
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