Skip to content

Replace requests with urllib#8

Merged
jparise merged 1 commit into
Instapaper:mainfrom
jparise:drop-requests
Mar 31, 2026
Merged

Replace requests with urllib#8
jparise merged 1 commit into
Instapaper:mainfrom
jparise:drop-requests

Conversation

@jparise

@jparise jparise commented Mar 30, 2026

Copy link
Copy Markdown
Member

Python's urllib package provides all of the HTTP things that our client needs other than multipart encoding, which we can implement ourselves.

This change also rewrites the client tests to made more idiomatic use of pytest.

Python's urllib package provides all of the HTTP things that our client
needs other than multipart encoding, which we can implement ourselves.

This change also rewrites the client tests to made more idiomatic use of
pytest.
@jparise jparise requested a review from Donohue March 30, 2026 20:12
@jparise jparise merged commit 6feb984 into Instapaper:main Mar 31, 2026
6 checks passed
@jparise jparise deleted the drop-requests branch March 31, 2026 13:12
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