Closed
Description
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.
Activity
docs: fix wrong sentence in SimpleHTTPRequestHandler about serving te…
serhiy-storchaka commentedon May 16, 2025
For reference, the code was changed in 0f7cddc (bpo-839496/gh-39531).
gh-117026: Remove outdated sentence in SimpleHTTPRequestHandler docs (G…
pythongh-117026: Remove outdated sentence in SimpleHTTPRequestHandler…
[3.14] gh-117026: Remove outdated sentence in SimpleHTTPRequestHandle…
[3.13] gh-117026: Remove outdated sentence in SimpleHTTPRequestHandle…
1 remaining item