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

Ticket 31829: drop support for Python 2 #1548

Closed
wants to merge 3 commits into from

Conversation

Labels
None yet
Projects
None yet
3 participants
@illikainen
Copy link
Contributor

@illikainen illikainen commented Nov 16, 2019

These are the first few commits that drops support for and/or migrates to Python3.

I'm not sure what the preferred workflow is -- I'd be happy to oblige if you'd rather I approach the ticket in some other manner (there will be quite a few commits).

illikainen added 3 commits Nov 16, 2019
This is part of ticket 31829
The major quirk is that python2 does integer division if the operands
are integers, whereas python3 does float division unless the // operator
is used.  See PEP238.

This is part of ticket 31829
@coveralls
Copy link

@coveralls coveralls commented Nov 16, 2019

Pull Request Test Coverage Report for Build 7268

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.001%) to 62.427%

Totals Coverage Status
Change from base Build 7267: 0.001%
Covered Lines: 48724
Relevant Lines: 78049

💛 - Coveralls

@torproject-pusher torproject-pusher deleted the branch torproject:master May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment