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

Use 2to3 to update to Python3 #103

Merged
merged 41 commits into from
Aug 9, 2024
Merged

Use 2to3 to update to Python3 #103

merged 41 commits into from
Aug 9, 2024

Conversation

lrineau
Copy link
Member

@lrineau lrineau commented Jan 2, 2020

No description provided.

response = urllib2.urlopen(Release._latest_url)
return response.read().strip()
response = urllib.request.urlopen(Release._latest_url)
return response.read().strip().decode(encoding='UTF-8')
Copy link
Member Author

Choose a reason for hiding this comment

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

This line I modified myself, after the run of 2to3.

@lrineau
Copy link
Member Author

lrineau commented Jan 2, 2020

@maxGimeno We might have to update to python3 everywhere. Fedora 31 no longer supports the python2-docker package.

@lrineau lrineau merged commit 54ee7ec into master Aug 9, 2024
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.

1 participant