Documentation
It's said in the http.server docs:
If the file’s MIME type starts with text/ the file is opened in text mode; otherwise binary mode is used.
But the code always opens file in binary mode so this is not true. The quoted sentence should be removed.
Linked PRs
Documentation
It's said in the http.server docs:
But the code always opens file in binary mode so this is not true. The quoted sentence should be removed.
Linked PRs