falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.53k stars 945 forks source link

docs(user, util): address broken links #2252

Closed vytas7 closed 4 months ago

vytas7 commented 4 months ago

The broken link itself has been discovered by @e-io. I haven't been able to find what inserts the _asyncio module in the index. But it isn't easy to find that index anyway, is it? Edit: I've found the culprit for that _asyncio in the index. We had aliased functions directly from the stdlib, so I went on to soft-deprecate them for now. I'll create an issue to deprecate them (but there is probably no rush to do so.)

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (97f06a9) to head (f9301ef).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2252 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 63 63 Lines 6852 6852 Branches 1260 1260 ========================================= Hits 6852 6852 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.