Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/library/http.server.rst
  • Loading branch information
JelleZijlstra authored Oct 8, 2022
commit d6fe4ce023150e3a5eb137e499b2173a81092e92
2 changes: 1 addition & 1 deletion Doc/library/http.server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ provides three different variants:
``text/`` the file is opened in text mode; otherwise binary mode is used.

For example usage, see the implementation of the ``test`` function
invocation in :source:`Lib/http/server.py`.
in :source:`Lib/http/server.py`.

.. versionchanged:: 3.7
Support of the ``'If-Modified-Since'`` header.
Expand Down