Skip to content
#

asyncio

Here are 2,416 public repositories matching this topic...

fastapi
tiangolo
tiangolo commented Jun 12, 2020

First check

  • I added a very descriptive title to this issue.
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the FastAPI documentation, with the integrated search.
  • I already searched in Google "How to X in FastAPI" and didn't find any information.
  • I already read and followed all the tutorial in the docs and didn't find an answ
asvetlov
asvetlov commented Nov 3, 2021

Describe the bug

Grepping over the source code shows that chardet/cchardet is still present in codebase, but chardet was replaced with charset-normalizer by #5930

A hero for dropping all remaining parts is wanted!

:)

To Reproduce

grep over aiohttp cloned repo; or use github web search: https://github.com/aio-libs/aiohttp/search?q=chardet&type=code

Expected behavior

No c

Improve this page

Add a description, image, and links to the asyncio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the asyncio topic, visit your repo's landing page and select "manage topics."

Learn more