Skip to content
Snippets Groups Projects
Unverified Commit 786fde5d authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

gh-97822: Fix http.server documentation reference to test() function (GH-98027)



Co-authored-by: default avatarJelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 6b485629)

Co-authored-by: default avatarJasonYZ <yurenzhang2017@gmail.com>
parent 225bee75
No related branches found
No related tags found
No related merge requests found
......@@ -388,8 +388,8 @@ provides three different variants:
contents of the file are output. If the file's MIME type starts with
``text/`` the file is opened in text mode; otherwise binary mode is used.
For example usage, see the implementation of the :func:`test` function
invocation in the :mod:`http.server` module.
For example usage, see the implementation of the ``test`` function
in :source:`Lib/http/server.py`.
.. versionchanged:: 3.7
Support of the ``'If-Modified-Since'`` header.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment