-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update docs for aiohttp.request #10301
Conversation
CodSpeed Performance ReportMerging #10301 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10301 +/- ##
=======================================
Coverage 98.77% 98.77%
=======================================
Files 122 122
Lines 37038 37038
Branches 2041 2041
=======================================
Hits 36585 36585
Misses 314 314
Partials 139 139
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Would probably make sense to just reference another function that has these documented, rather than duplicating them all... |
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #10307 🤖 @patchback |
(cherry picked from commit 77f25a0)
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #10308 🤖 @patchback |
(cherry picked from commit 77f25a0)
…10308) **This is a backport of PR #10301 as merged into master (77f25a0).** Co-authored-by: Cycloctane <[email protected]>
What do these changes do?
Noticed that the content of
aiohttp.request
reference in documentation needs to be changed after #10300 . This pr update docs for that.Are there changes in behavior for the user?
Is it a substantial burden for the maintainers to support this?
Related issue number
Checklist
CONTRIBUTORS.txt
CHANGES/
folder