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

Prepare for Python3 #1445

Merged
merged 2 commits into from
Mar 6, 2021
Merged

Prepare for Python3 #1445

merged 2 commits into from
Mar 6, 2021

Conversation

eumiro
Copy link
Contributor

@eumiro eumiro commented Mar 1, 2021

Two independent commits:

  • from __future__ import division and then apply it to two integers where a / b returns a float
  • simplify multiple isinstance calls

nicolaiarocci added a commit that referenced this pull request Mar 6, 2021
@nicolaiarocci nicolaiarocci merged commit b26fd59 into pyeve:master Mar 6, 2021
@nicolaiarocci
Copy link
Member

thanks!

@eumiro eumiro deleted the prepare-py3 branch March 7, 2021 19:32
@eumiro eumiro restored the prepare-py3 branch March 7, 2021 19:32
@eumiro eumiro deleted the prepare-py3 branch March 7, 2021 19:33
@nicolaiarocci
Copy link
Member

@eumiro with the advent of pymongo 4 (also see #1461) which only supports Python 3, it might be the right time for the switch. Would you be interested in tackling the issue?

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