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 requests instead of urllib.request.urlopen #111

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

ethanwhite
Copy link
Collaborator

The Python website started serving webpages that were gzipped, which broke the more basic approach. requests handles this automatically and is the widely accepted library for this type of work.

Fixes #106

The Python website started serving webpages that were gzipped, which broke the more basic approach.
requests handles this automatically and is the widely accepted library for this type of work.

Fixes carpentriesoffline#106
@ethanwhite ethanwhite requested a review from garezana April 17, 2024 02:45
@garezana garezana merged commit 6d158c1 into carpentriesoffline:main Apr 24, 2024
4 checks passed
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.

Download Python test currently failing
2 participants