Cadair / parfive

An asyncio based parallel file downloader for Python 3.8+
https://parfive.readthedocs.io/
MIT License
51 stars 24 forks source link

Vendor parse_header out of the deprecated cgi module #112

Closed Cadair closed 2 years ago

Cadair commented 2 years ago

Remove the use of the now deprecated cgi module

codecov[bot] commented 2 years ago

Codecov Report

Base: 90.34% // Head: 90.23% // Decreases project coverage by -0.10% :warning:

Coverage data is based on head (8c51a76) compared to base (658a7c1). Patch coverage: 88.46% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #112 +/- ## ========================================== - Coverage 90.34% 90.23% -0.11% ========================================== Files 5 5 Lines 611 635 +24 ========================================== + Hits 552 573 +21 - Misses 59 62 +3 ``` | [Impacted Files](https://codecov.io/gh/Cadair/parfive/pull/112?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stuart+Mumford) | Coverage Δ | | |---|---|---| | [parfive/utils.py](https://codecov.io/gh/Cadair/parfive/pull/112/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stuart+Mumford#diff-cGFyZml2ZS91dGlscy5weQ==) | `90.00% <88.46%> (-0.52%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stuart+Mumford). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stuart+Mumford)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.