8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8077e22 commit 4291bbeCopy full SHA for 4291bbe
Doc/library/http.server.rst
@@ -389,8 +389,7 @@ provides three different variants:
389
``'Last-Modified:'`` header with the file's modification time.
390
391
Then follows a blank line signifying the end of the headers, and then the
392
- contents of the file are output. If the file's MIME type starts with
393
- ``text/`` the file is opened in text mode; otherwise binary mode is used.
+ contents of the file are output.
394
395
For example usage, see the implementation of the ``test`` function
396
in :source:`Lib/http/server.py`.
0 commit comments