Skip to content

docs: update concurrent requests recommendations#7537

Closed
nightt5879 wants to merge 1 commit into
psf:mainfrom
nightt5879:nightt5879/update-async-recommendations
Closed

docs: update concurrent requests recommendations#7537
nightt5879 wants to merge 1 commit into
psf:mainfrom
nightt5879:nightt5879/update-async-recommendations

Conversation

@nightt5879

Copy link
Copy Markdown

Summary

  • Replaces the outdated Requests-Threads recommendation with a broader concurrent Requests section.
  • Points readers to gevent-requests, grequests, and requests-futures, while clarifying that these are not native asyncio support in Requests itself.
  • Updates the advanced blocking/non-blocking docs to stop pointing at requests-threads.

Fixes #6582

Verification

  • python -m sphinx -b html docs docs\_build\html
  • python -m compileall docs -q

Note: python -m sphinx -b html docs docs\_build\html -W is currently blocked by pre-existing warnings from HISTORY.md and language = None, unrelated to this change.

@sigmavirus24 sigmavirus24 added spam mass-automation-pr This PR was created from an account spamming large projects with "fixes". labels Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mass-automation-pr This PR was created from an account spamming large projects with "fixes". spam

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Recommended Packages and Extensions" page asyncio recommendations are outdated

2 participants